Replace QuickTime.h #include with Carbon.h, which is really needed.

patch by Emanuele Giaquinta


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29249 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-05-04 14:40:22 +00:00
parent d401f12cb5
commit 51a6bec160
2 changed files with 1 additions and 2 deletions

1
configure vendored
View File

@ -3857,7 +3857,6 @@ if test "$_corevideo" = auto ; then
#include <CoreServices/CoreServices.h>
#include <OpenGL/OpenGL.h>
#include <QuartzCore/CoreVideo.h>
#include <QuickTime/QuickTime.h>
int main(void) { return 0; }
EOF
_corevideo=no

View File

@ -22,7 +22,7 @@
#import <Cocoa/Cocoa.h>
#import <QuartzCore/QuartzCore.h>
#import <QuickTime/QuickTime.h>
#import <Carbon/Carbon.h>
// MPlayer OS X VO Protocol
@protocol MPlayerOSXVOProto