mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
Corrected a download/install issue for x264 lib
This commit is contained in:
parent
6a65d74f3a
commit
797d5daae6
1 changed files with 2 additions and 2 deletions
|
@ -194,9 +194,9 @@ def install_ffmpeg():
|
||||||
|
|
||||||
|
|
||||||
# build x264
|
# build x264
|
||||||
prepare_package("ftp://ftp.videolan.org/pub/x264/snapshots/last_stable_x264.tar.bz2")
|
prepare_package("ftp://ftp.videolan.org/pub/x264/snapshots/x264-snapshot-20140420-2245-stable.tar.bz2")
|
||||||
my_exec("""
|
my_exec("""
|
||||||
cd %s/last_stable_x264
|
cd %s/x264-snapshot-20140420-2245-stable
|
||||||
./configure --enable-static'
|
./configure --enable-static'
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue