Commit 86d67398 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

configure: Fix the CALayer test.

parent 2c015485
...@@ -5019,9 +5019,9 @@ then ...@@ -5019,9 +5019,9 @@ then
ORIGCFLAGS=$CFLAGS ORIGCFLAGS=$CFLAGS
CFLAGS="$CFLAGS -x objective-c" 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_PLUGIN([opengllayer])
VLC_ADD_OBJCFLAGS([opengllayer], [-isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5])]) VLC_ADD_OBJCFLAGS([opengllayer])],[])
CFLAGS=$ORIGCFLAGS CFLAGS=$ORIGCFLAGS
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment