mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 10:02:17 +00:00
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:
parent
d401f12cb5
commit
51a6bec160
1
configure
vendored
1
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user