[vlc-commits] Win32: no portaudio and no SDL in default configure

Jean-Baptiste Kempf git at videolan.org
Sun May 15 17:58:39 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun May 15 17:46:33 2011 +0200| [ee7dac869f5a7619d9940516da0073ca40bcb6a1] | committer: Jean-Baptiste Kempf

Win32: no portaudio and no SDL in default configure

Why so? Because, while SDL video could be useful, SDL_audio and
portaudio don't bring anything to the table, so far...

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ee7dac869f5a7619d9940516da0073ca40bcb6a1
---

 extras/package/win32/configure-common.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/extras/package/win32/configure-common.sh b/extras/package/win32/configure-common.sh
index 6e6d8ba..b44daed 100755
--- a/extras/package/win32/configure-common.sh
+++ b/extras/package/win32/configure-common.sh
@@ -22,8 +22,8 @@
       --enable-shout \
       --enable-goom \
       --enable-caca \
-      --enable-portaudio \
-      --enable-sdl \
+      --disable-portaudio \
+      --disable-sdl \
       --enable-qt4 \
       --enable-sse --enable-mmx \
       --enable-libcddb \



More information about the vlc-commits mailing list