[vlc-devel] commit: Correctly disable the Core Animation vout for the 10.4u target ( Felix Paul Kühne )

git version control git at videolan.org
Mon Jun 30 14:39:39 CEST 2008


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Jun 30 14:41:46 2008 +0200| [cba75ff969fbbe00005fd6e78ff5f114add23aa6]

Correctly disable the Core Animation vout for the 10.4u target

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

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

diff --git a/configure.ac b/configure.ac
index 4021ec7..5173c81 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4962,7 +4962,7 @@ then
  
   ORIGCFLAGS=$CFLAGS
   CFLAGS="$CFLAGS -x objective-c"
-  AC_CHECK_HEADER(QuartzCore/CALayer.h, 
+  AC_TRY_COMPILE([#import <QuartzCore/CALayer.h>], 
   [VLC_ADD_PLUGIN([opengllayer])
   VLC_ADD_OBJCFLAGS([opengllayer], [-isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5])])
   CFLAGS=$ORIGCFLAGS




More information about the vlc-devel mailing list