You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
343 B
13 lines
343 B
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:
|
|
|