[vlc-devel] commit: configure: Fix the CALayer test. (Pierre d'Herbemont )

git version control git at videolan.org
Sat Aug 16 20:43:22 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sat Aug 16 20:30:42 2008 +0200| [86d67398724c80f452a3783d5e985a27ca71b953] | committer: Pierre d'Herbemont 

configure: Fix the CALayer test.

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

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

diff --git a/configure.ac b/configure.ac
index 0621980..0e3e745 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5019,9 +5019,9 @@ then
  
   ORIGCFLAGS=$CFLAGS
   CFLAGS="$CFLAGS -x objective-c"
-  AC_TRY_COMPILE([#import <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])])
+  VLC_ADD_OBJCFLAGS([opengllayer])],[])
   CFLAGS=$ORIGCFLAGS
 fi
 




More information about the vlc-devel mailing list