Skip to content

Commit da461eb

Browse files
authored
Updating FDK-AAC to latest
1 parent 2e3f99f commit da461eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-ffmpeg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,8 @@ if build "x265"; then
321321
fi
322322

323323
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
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
428428
fi
429429

430-
exit 0
430+
exit 0

0 commit comments

Comments
 (0)