Skip to content

Commit 838d28b

Browse files
builderbuilder
authored andcommitted
Updated to build on OS X 14.1
1 parent c3897f4 commit 838d28b

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

build-ffmpeg

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -862,8 +862,11 @@ if build "libogg" "1.3.3"; then
862862
build_done "libogg" "1.3.3"
863863
fi
864864

865-
if build "libvorbis" "1.3.6"; then
866-
download "https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.6.tar.gz"
865+
if build "libvorbis" "1.3.7"; then
866+
download "https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.7.tar.gz"
867+
echo $PWD
868+
patch configure.ac ../../vorbis.config.patch
869+
./autogen.sh
867870
if $SHARED_LIBRARIES; then
868871
execute ./configure --prefix="${WORKSPACE}" --with-ogg-libraries="${WORKSPACE}"/lib --with-ogg-includes="${WORKSPACE}"/include/ --disable-static --enable-shared --disable-oggtest
869872
else
@@ -872,7 +875,7 @@ if build "libvorbis" "1.3.6"; then
872875
execute make -j $MJOBS
873876
execute make install
874877

875-
build_done "libvorbis" "1.3.6"
878+
build_done "libvorbis" "1.3.7"
876879
fi
877880
CONFIGURE_OPTIONS+=("--enable-libvorbis")
878881

@@ -970,8 +973,8 @@ fi
970973
## other library
971974
##
972975

973-
if build "libsdl" "2.0.14"; then
974-
download "https://www.libsdl.org/release/SDL2-2.0.14.tar.gz"
976+
if build "libsdl" "2.28.5"; then
977+
download "https://www.libsdl.org/release/SDL2-2.28.5.tar.gz"
975978
if $SHARED_LIBRARIES; then
976979
execute ./configure --prefix="${WORKSPACE}" --enable-shared --disable-static
977980
else
@@ -980,7 +983,7 @@ if build "libsdl" "2.0.14"; then
980983
execute make -j $MJOBS
981984
execute make install
982985

983-
build_done "libsdl" "2.0.14"
986+
build_done "libsdl" "2.28.5"
984987
fi
985988

986989
if $NONFREE_AND_GPL; then

0 commit comments

Comments
 (0)