Mercurial > mplayer.hg
changeset 29207:5044f4496791
Replace QuickTime.h #include with Carbon.h, which is really needed.
patch by Emanuele Giaquinta
author | diego |
---|---|
date | Mon, 04 May 2009 14:40:22 +0000 |
parents | 7a70063d8b5b |
children | 17eb5660b5e3 |
files | configure libvo/vo_macosx.h |
diffstat | 2 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon May 04 14:09:31 2009 +0000 +++ b/configure Mon May 04 14:40:22 2009 +0000 @@ -3857,7 +3857,6 @@ #include <CoreServices/CoreServices.h> #include <OpenGL/OpenGL.h> #include <QuartzCore/CoreVideo.h> -#include <QuickTime/QuickTime.h> int main(void) { return 0; } EOF _corevideo=no
--- a/libvo/vo_macosx.h Mon May 04 14:09:31 2009 +0000 +++ b/libvo/vo_macosx.h Mon May 04 14:40:22 2009 +0000 @@ -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