Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit da461eb

Browse filesBrowse files
authored
Updating FDK-AAC to latest
1 parent 2e3f99f commit da461eb
Copy full SHA for da461eb

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎build-ffmpeg

Copy file name to clipboardExpand all lines: build-ffmpeg
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.