Skip to content

Commit f8460e0

Browse files
authored
Fix opencore URL
1 parent 3e0af56 commit f8460e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-ffmpeg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ if command_exists "python3"; then
723723
fi
724724

725725
if build "opencore" "0.1.6"; then
726-
download "https://netactuate.dl.sourceforge.net/project/opencore-amr/opencore-amr/opencore-amr-0.1.6.tar.gz" "opencore-amr-0.1.6.tar.gz"
726+
download "https://sourceforge.net/projects/opencore-amr/files/opencore-amr/opencore-amr-0.1.5.tar.gz/download" "opencore-amr-0.1.6.tar.gz"
727727
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
728728
execute make -j $MJOBS
729729
execute make install

0 commit comments

Comments
 (0)