Commit 08d51eaa authored by Christophe Mutricy's avatar Christophe Mutricy

Add a caution message

parent 93a85bdb
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment