mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
Update URL for x264 #1860
This commit is contained in:
parent
162143b1cd
commit
d56a646f23
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
# get ffmpeg/yasm/x264
|
# get ffmpeg/yasm/x264
|
||||||
git clone git://source.ffmpeg.org/ffmpeg.git FFmpeg
|
git clone git://source.ffmpeg.org/ffmpeg.git FFmpeg
|
||||||
git clone git://github.com/yasm/yasm.git FFmpeg/yasm
|
git clone git://github.com/yasm/yasm.git FFmpeg/yasm
|
||||||
git clone git://git.videolan.org/x264.git FFmpeg/x264
|
git clone https://code.videolan.org/videolan/x264.git FFmpeg/x264
|
||||||
|
|
||||||
# compile/install yasm
|
# compile/install yasm
|
||||||
cd FFmpeg/yasm
|
cd FFmpeg/yasm
|
||||||
|
@ -25,4 +25,4 @@ cd -
|
||||||
cd FFmpeg
|
cd FFmpeg
|
||||||
./configure --disable-asm --enable-libx264 --enable-gpl
|
./configure --disable-asm --enable-libx264 --enable-gpl
|
||||||
make install
|
make install
|
||||||
cd -
|
cd -
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue