mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-06 13:11:11 -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
|
||||
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("""
|
||||
cd %s/last_stable_x264
|
||||
cd %s/x264-snapshot-20140420-2245-stable
|
||||
./configure --enable-static'
|
||||
make
|
||||
make install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue