We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf120b commit c911a13Copy full SHA for c911a13
build-ffmpeg
@@ -229,8 +229,8 @@ if build "nasm"; then
229
fi
230
231
if build "x264"; then
232
- download "ftp://ftp.videolan.org/pub/x264/snapshots/x264-snapshot-20170328-2245.tar.bz2" "last_x264.tar.bz2"
233
- cd $PACKAGES/x264-snapshot-* || exit
+ download "ftp://ftp.videolan.org/pub/x264/snapshots/x264-snapshot-20180209-2245.tar.bz2" "last_x264.tar.bz2"
+ cd $PACKAGES/x264-snapshot-20180209-2245 || exit
234
execute ./configure --prefix=${WORKSPACE} --enable-static
235
execute make -j $MJOBS
236
execute make install
0 commit comments