[MPlayer-cvslog] r29249 - in trunk: configure libvo/vo_macosx.h

diego subversion at mplayerhq.hu
Mon May 4 16:40:22 CEST 2009


Author: diego
Date: Mon May  4 16:40:22 2009
New Revision: 29249

Log:
Replace QuickTime.h #include with Carbon.h, which is really needed.
patch by Emanuele Giaquinta

Modified:
   trunk/configure
   trunk/libvo/vo_macosx.h

Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon May  4 16:09:31 2009	(r29248)
+++ trunk/configure	Mon May  4 16:40:22 2009	(r29249)
@@ -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

Modified: trunk/libvo/vo_macosx.h
==============================================================================
--- trunk/libvo/vo_macosx.h	Mon May  4 16:09:31 2009	(r29248)
+++ trunk/libvo/vo_macosx.h	Mon May  4 16:40:22 2009	(r29249)
@@ -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


More information about the MPlayer-cvslog mailing list