File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
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
321321fi
322322
323323if 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
326326 execute ./configure --prefix=${WORKSPACE} --disable-shared --enable-static
327327 execute make -j $MJOBS
328328 execute make install
@@ -427,4 +427,4 @@ elif [[ ! $SKIPINSTALL == "yes" ]]; then
427427 fi
428428fi
429429
430- exit 0
430+ exit 0
You can’t perform that action at this time.
0 commit comments