]> git.sesse.net Git - vlc/blobdiff - configure.ac
Use VLC networking APIs: close -> net_Close, accept -> net_Accept
[vlc] / configure.ac
index 36b768d658fdd4c7dab0802d2299066519ffbe14..6108e0c734b4ead83d63a90d25cd0d38f55a21c1 100644 (file)
@@ -1177,8 +1177,8 @@ then
   VLC_ADD_PLUGINS([packetizer_copy])
 
   VLC_ADD_PLUGINS([stream_out_dummy stream_out_standard stream_out_es stream_out_rtp])
-  VLC_ADD_PLUGINS([stream_out_duplicate stream_out_gather])
-#  VLC_ADD_PLUGINS([stream_out_transrate stream_out_display])
+  VLC_ADD_PLUGINS([stream_out_duplicate stream_out_gather stream_out_display])
+#  VLC_ADD_PLUGINS([stream_out_transrate])
 
   dnl Ogg and vorbis are handled in their respective section
 fi
@@ -1621,7 +1621,7 @@ dnl  Screen capture module
 dnl
 AC_ARG_ENABLE(screen,
   [  --enable-screen            Screen capture support (default enabled)])
-if test "${enable_screen}" != "no"; then
+if test "${enable_screen}" != "no" && test "${SYS}" != "darwin"; then
   if test "${SYS}" != "mingw32"; then
     CPPFLAGS="${CPPFLAGS_save} -I${x_includes}"
     AC_CHECK_HEADERS(X11/Xlib.h, [