[vlc-commits] extras/macosx: Disable sdl-image in configure.sh
Marvin Scholz
git at videolan.org
Sun Aug 6 21:48:07 CEST 2017
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sun Aug 6 21:29:17 2017 +0200| [2e325daaad04480d9aa4445f80f4871cdc08dc64] | committer: Marvin Scholz
extras/macosx: Disable sdl-image in configure.sh
Previously SDL and SDL Image was disabled with the --disable-sdl flag,
with that flag gone, SDL Image needs to be disabled explicitly instead.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2e325daaad04480d9aa4445f80f4871cdc08dc64
---
extras/package/macosx/configure.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/package/macosx/configure.sh b/extras/package/macosx/configure.sh
index 00e8317680..2ba0c75769 100755
--- a/extras/package/macosx/configure.sh
+++ b/extras/package/macosx/configure.sh
@@ -33,7 +33,7 @@ OPTIONS="
--disable-xcb
--disable-caca
--disable-pulse
- --disable-sdl
+ --disable-sdl-image
--disable-vnc
--with-macosx-version-min=10.7
"
More information about the vlc-commits
mailing list