mid-kid
7 years ago
4 changed files with 30 additions and 13 deletions
@ -0,0 +1,13 @@ |
|||||
|
import 'compile/configure' |
||||
|
|
||||
|
name=x264 |
||||
|
version=20180421-2245 |
||||
|
|
||||
|
dlextract "http://ftp.videolan.org/pub/videolan/$name/snapshots/$name-snapshot-$version-stable.tar.bz2" \ |
||||
|
'c0b295d1c8950eb98eadb5193c7ea97a' |
||||
|
_ |
||||
|
|
||||
|
cd "$name-snapshot-$version-stable" |
||||
|
compile_configure -- --enable-shared |
||||
|
|
||||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: |
Loading…
Reference in new issue