# HG changeset patch # User diego # Date 1241448022 0 # Node ID 5044f4496791395f82f8b555142c5fad0c22f07b # Parent 7a70063d8b5bc5fc83eea7485b72931b20ef8d90 Replace QuickTime.h #include with Carbon.h, which is really needed. patch by Emanuele Giaquinta diff -r 7a70063d8b5b -r 5044f4496791 configure --- 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 #include #include -#include int main(void) { return 0; } EOF _corevideo=no diff -r 7a70063d8b5b -r 5044f4496791 libvo/vo_macosx.h --- 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 #import -#import +#import // MPlayer OS X VO Protocol @protocol MPlayerOSXVOProto