File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Original file line number Diff line number Diff line change 2
2
3
3
# https://github.com/markus-perl/ffmpeg-build-script
4
4
5
- VERSION=0.6
5
+ VERSION=0.7
6
6
CWD=$( pwd)
7
7
PACKAGES=" $CWD /packages"
8
8
WORKSPACE=" $CWD /workspace"
@@ -215,7 +215,7 @@ if build "xvidcore"; then
215
215
fi
216
216
217
217
if build " x264" ; then
218
- download " ftp://ftp.videolan.org/pub/x264/snapshots/last_x264 .tar.bz2" " last_x264.tar.bz2"
218
+ download " ftp://ftp.videolan.org/pub/x264/snapshots/x264-snapshot-20161027-2245-stable .tar.bz2" " last_x264.tar.bz2"
219
219
cd $PACKAGES /x264-snapshot-* || exit
220
220
execute ./configure --prefix=${WORKSPACE} --disable-shared --enable-static
221
221
execute make -j $MJOBS
@@ -285,8 +285,8 @@ if build "vid_stab"; then
285
285
fi
286
286
287
287
if build " x265" ; then
288
- download " https://bitbucket.org/multicoreware/x265/downloads/x265_1.9 .tar.gz" " x265-1.9 .tar.gz"
289
- cd $PACKAGES /x265_1.9 || exit
288
+ download " https://bitbucket.org/multicoreware/x265/downloads/x265_2.1 .tar.gz" " x265-2.1 .tar.gz"
289
+ cd $PACKAGES /x265_ * || exit
290
290
cd source || exit
291
291
execute cmake -DCMAKE_INSTALL_PREFIX:PATH=${WORKSPACE} -DENABLE_SHARED:bool=off .
292
292
execute make -j $MJOBS
You can’t perform that action at this time.
0 commit comments