File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -321,8 +321,8 @@ if build "x265"; then
321
321
fi
322
322
323
323
if build " fdk_aac" ; then
324
- download " http ://downloads. sourceforge.net/project /opencore-amr/fdk-aac/fdk-aac-0.1.6. tar.gz?r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fopencore-amr%2Ffiles%2Ffdk-aac%2F&ts=1457561564& use_mirror=kent " " fdk-aac-0.1.6 .tar.gz"
325
- cd $PACKAGES /fdk-aac-0.1.6 || exit
324
+ download " https ://sourceforge.net/projects /opencore-amr/files/ fdk-aac/fdk-aac-2.0.0. tar.gz/download? use_mirror=gigenet " " fdk-aac-2.0.0 .tar.gz"
325
+ cd $PACKAGES /fdk-aac-2.0.0 || exit
326
326
execute ./configure --prefix=${WORKSPACE} --disable-shared --enable-static
327
327
execute make -j $MJOBS
328
328
execute make install
@@ -427,4 +427,4 @@ elif [[ ! $SKIPINSTALL == "yes" ]]; then
427
427
fi
428
428
fi
429
429
430
- exit 0
430
+ exit 0
You can’t perform that action at this time.
0 commit comments