2
2
3
3
# https://github.com/markus-perl/ffmpeg-build-script
4
4
5
- VERSION=0.7
5
+ VERSION=0.8
6
6
CWD=$( pwd)
7
7
PACKAGES=" $CWD /packages"
8
8
WORKSPACE=" $CWD /workspace"
@@ -78,7 +78,6 @@ execute () {
78
78
$@
79
79
fi
80
80
81
-
82
81
if [ $? -ne 0 ]; then
83
82
echo " $OUTPUT "
84
83
echo " "
@@ -172,8 +171,8 @@ if build "yasm"; then
172
171
fi
173
172
174
173
if build " opencore" ; then
175
- download " http://downloads.sourceforge.net/project/opencore-amr/opencore-amr/opencore-amr-0.1.3 .tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fopencore-amr%2Ffiles%2Fopencore-amr%2F&ts=1442256558&use_mirror=netassist" " opencore-amr-0.1.3 .tar.gz"
176
- cd $PACKAGES /opencore-amr-0.1.3 || exit
174
+ download " http://downloads.sourceforge.net/project/opencore-amr/opencore-amr/opencore-amr-0.1.5 .tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fopencore-amr%2Ffiles%2Fopencore-amr%2F&ts=1442256558&use_mirror=netassist" " opencore-amr-0.1.5 .tar.gz"
175
+ cd $PACKAGES /opencore-amr-0.1.5 || exit
177
176
execute ./configure --prefix=${WORKSPACE} --disable-shared --enable-static
178
177
execute make -j $MJOBS
179
178
execute make install
@@ -215,7 +214,7 @@ if build "xvidcore"; then
215
214
fi
216
215
217
216
if build " x264" ; then
218
- download " ftp://ftp.videolan.org/pub/x264/snapshots/x264-snapshot-20161027 -2245-stable .tar.bz2" " last_x264.tar.bz2"
217
+ download " ftp://ftp.videolan.org/pub/x264/snapshots/x264-snapshot-20170328 -2245.tar.bz2" " last_x264.tar.bz2"
219
218
cd $PACKAGES /x264-snapshot-* || exit
220
219
execute ./configure --prefix=${WORKSPACE} --disable-shared --enable-static
221
220
execute make -j $MJOBS
@@ -294,7 +293,7 @@ if build "vid_stab"; then
294
293
fi
295
294
296
295
if build " x265" ; then
297
- download " https://bitbucket.org/multicoreware/x265/downloads/x265_2.1 .tar.gz" " x265-2.1.tar .gz"
296
+ download " https://bitbucket.org/multicoreware/x265/downloads/x265_2.3 .tar.gz" " x265-2.3tar .gz"
298
297
cd $PACKAGES /x265_* || exit
299
298
cd source || exit
300
299
execute cmake -DCMAKE_INSTALL_PREFIX:PATH=${WORKSPACE} -DENABLE_SHARED:bool=off .
@@ -306,9 +305,8 @@ if build "x265"; then
306
305
fi
307
306
308
307
if build " fdk_aac" ; then
309
- download " https ://github.com/mstorsjo/ fdk-aac/archive/master. tar.gz" " fdk-aac.zip "
308
+ download " http ://downloads.sourceforge.net/project/opencore-amr/ fdk-aac/fdk-aac-0.1.5. tar.gz?r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fopencore-amr%2Ffiles%2Ffdk-aac%2F&ts=1457561564&use_mirror=kent " " fdk-aac-0.1.5.tar.gz "
310
309
cd $PACKAGES /fdk-aac* || exit
311
- execute ./autogen.sh
312
310
execute ./configure --prefix=${WORKSPACE} --disable-shared --enable-static
313
311
execute make -j $MJOBS
314
312
execute make install
0 commit comments