[vlc-commits] commit: Add a caution message (Christophe Mutricy )

git at videolan.org git at videolan.org
Tue May 25 00:27:28 CEST 2010


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Mon May 24 23:26:46 2010 +0100| [08d51eaa6e33e3c47c6d00de5fc8424a27955912] | committer: Christophe Mutricy 

Add a caution message

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

 configure.ac |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index ba21694..afc2107 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3647,6 +3647,10 @@ dnl
 PKG_ENABLE_MODULES_VLC([PULSE], [], [libpulse >= 0.9.11], [Pulseaudio support], [auto])
 AS_IF([ test "$have_x" = yes],[
        VLC_ADD_LIBS([pulse], [${X_LIBS} ${X_PRE_LIBS} -lX11])
+     ],[
+        AC_MSG_WARN([The pulse audio output module will be built without X 
+		     support. If you use VLC under X, you will experience 
+		     strange threading problems])
 ])
 dnl
 dnl  Portaudio module



More information about the vlc-commits mailing list