From: Felix Paul Kühne Date: Mon, 10 Dec 2007 17:12:35 +0000 (+0000) Subject: * disable Screen Capturing on OSX until it is fixed because it blocks all builds... X-Git-Tag: 0.9.0-test0~4201 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c8a09ea6dd46b12cebf05644d57c102a8fb66249;p=vlc * disable Screen Capturing on OSX until it is fixed because it blocks all builds on most 10.4 setups (refs #1399) --- diff --git a/configure.ac b/configure.ac index b16971b3ef..b801b8f12f 100644 --- a/configure.ac +++ b/configure.ac @@ -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