Mercurial > mplayer.hg
comparison configure @ 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 | 94b0940726ca |
children | 17eb5660b5e3 |
comparison
equal
deleted
inserted
replaced
29206:7a70063d8b5b | 29207:5044f4496791 |
---|---|
3855 cat > $TMPC <<EOF | 3855 cat > $TMPC <<EOF |
3856 #include <Carbon/Carbon.h> | 3856 #include <Carbon/Carbon.h> |
3857 #include <CoreServices/CoreServices.h> | 3857 #include <CoreServices/CoreServices.h> |
3858 #include <OpenGL/OpenGL.h> | 3858 #include <OpenGL/OpenGL.h> |
3859 #include <QuartzCore/CoreVideo.h> | 3859 #include <QuartzCore/CoreVideo.h> |
3860 #include <QuickTime/QuickTime.h> | |
3861 int main(void) { return 0; } | 3860 int main(void) { return 0; } |
3862 EOF | 3861 EOF |
3863 _corevideo=no | 3862 _corevideo=no |
3864 cc_check -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL && _corevideo=yes | 3863 cc_check -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL && _corevideo=yes |
3865 fi | 3864 fi |