]> git.sesse.net Git - vlc/commitdiff
* disable Screen Capturing on OSX until it is fixed because it blocks all builds...
authorFelix Paul Kühne <fkuehne@videolan.org>
Mon, 10 Dec 2007 17:12:35 +0000 (17:12 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Mon, 10 Dec 2007 17:12:35 +0000 (17:12 +0000)
configure.ac

index b16971b3ef1d003ef86c9a34e99dd720007990ed..b801b8f12fbb486457e225d4186776228765fc21 100644 (file)
@@ -217,6 +217,10 @@ case "${host_os}" in
 
         with_macosx_sdk="yes"
         echo "  Assuming --with-macosx-sdk"
+
+        enable_screen="no"
+               echo "  Attention: Screen Capturing is not available"
+        echo "  Assuming --disable-screen"
     fi
     if test ".`uname -p`" = ".i386"; then
         dnl Due to a ld(64) bug in 10.5 we cannot use our mmx code