[vlc-devel] [PATCH] extras/win32: Disable sdl-image in configure.sh
Marvin Scholz
epirat07 at gmail.com
Sun Aug 6 21:48:24 CEST 2017
Previously SDL and SDL Image was disabled with the --disable-sdl flag,
with that flag gone, SDL Image needs to be disabled explicitly instead.
---
extras/package/win32/configure.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/package/win32/configure.sh b/extras/package/win32/configure.sh
index b8217d2637..16b5f64786 100755
--- a/extras/package/win32/configure.sh
+++ b/extras/package/win32/configure.sh
@@ -19,7 +19,7 @@ OPTIONS="
--enable-shout
--enable-goom
--enable-caca
- --disable-sdl
+ --disable-sdl-image
--enable-qt
--enable-skins2
--enable-sse --enable-mmx
--
2.11.0 (Apple Git-81)
More information about the vlc-devel
mailing list