mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-06 13:11:11 -07:00
Corrected typo in exec string
This commit is contained in:
parent
797d5daae6
commit
eec3134bdb
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ def install_ffmpeg():
|
|||
prepare_package("ftp://ftp.videolan.org/pub/x264/snapshots/x264-snapshot-20140420-2245-stable.tar.bz2")
|
||||
my_exec("""
|
||||
cd %s/x264-snapshot-20140420-2245-stable
|
||||
./configure --enable-static'
|
||||
./configure --enable-static
|
||||
make
|
||||
make install
|
||||
""" % (DOWNLOAD_DIR))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue