Commit cba75ff9 authored by Felix Paul Kühne's avatar Felix Paul Kühne

Correctly disable the Core Animation vout for the 10.4u target

parent 7c3c4495
...@@ -4962,7 +4962,7 @@ then ...@@ -4962,7 +4962,7 @@ then
ORIGCFLAGS=$CFLAGS ORIGCFLAGS=$CFLAGS
CFLAGS="$CFLAGS -x objective-c" CFLAGS="$CFLAGS -x objective-c"
AC_CHECK_HEADER(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], [-isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5])])
CFLAGS=$ORIGCFLAGS CFLAGS=$ORIGCFLAGS
......
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