Mercurial > mplayer.hg
comparison configure @ 26216:e402c7730fcf
Introduce HAVE_QUICKTIME definition and use it where appropriate.
author | diego |
---|---|
date | Sat, 15 Mar 2008 11:31:28 +0000 |
parents | 893103b2b11c |
children | 79ee79393eed |
comparison
equal
deleted
inserted
replaced
26215:ff1cf41e0dc0 | 26216:e402c7730fcf |
---|---|
3581 _aosrc="$_aosrc ao_macosx.c" | 3581 _aosrc="$_aosrc ao_macosx.c" |
3582 _aomodules="macosx $_aomodules" | 3582 _aomodules="macosx $_aomodules" |
3583 _def_quartz='#define HAVE_QUARTZ 1' | 3583 _def_quartz='#define HAVE_QUARTZ 1' |
3584 _vosrc="$_vosrc vo_quartz.c" | 3584 _vosrc="$_vosrc vo_quartz.c" |
3585 _vomodules="quartz $_vomodules" | 3585 _vomodules="quartz $_vomodules" |
3586 _def_quicktime='#define HAVE_QUICKTIME 1' | |
3586 else | 3587 else |
3587 _macosx=no | 3588 _macosx=no |
3588 _coreaudio=no | 3589 _coreaudio=no |
3589 _def_macosx='#undef MACOSX' | 3590 _def_macosx='#undef MACOSX' |
3590 _def_coreaudio='#undef HAVE_COREAUDIO' | 3591 _def_coreaudio='#undef HAVE_COREAUDIO' |
3591 _noaomodules="macosx $_noaomodules" | 3592 _noaomodules="macosx $_noaomodules" |
3592 _def_quartz='#undef HAVE_QUARTZ' | 3593 _def_quartz='#undef HAVE_QUARTZ' |
3593 _novomodules="quartz $_novomodules" | 3594 _novomodules="quartz $_novomodules" |
3595 _def_quicktime='#undef HAVE_QUICKTIME' | |
3594 fi | 3596 fi |
3595 cat > $TMPC <<EOF | 3597 cat > $TMPC <<EOF |
3596 #include <Carbon/Carbon.h> | 3598 #include <Carbon/Carbon.h> |
3597 #include <QuartzCore/CoreVideo.h> | 3599 #include <QuartzCore/CoreVideo.h> |
3598 int main(void) {} | 3600 int main(void) {} |
8176 $_def_macosx_finder_support | 8178 $_def_macosx_finder_support |
8177 $_def_macosx_bundle | 8179 $_def_macosx_bundle |
8178 $_def_coreaudio | 8180 $_def_coreaudio |
8179 $_def_corevideo | 8181 $_def_corevideo |
8180 $_def_quartz | 8182 $_def_quartz |
8183 $_def_quicktime | |
8181 | 8184 |
8182 /* Build our Win32-loader */ | 8185 /* Build our Win32-loader */ |
8183 $_def_win32_loader | 8186 $_def_win32_loader |
8184 | 8187 |
8185 /* ffmpeg's libavcodec support (requires libavcodec source) */ | 8188 /* ffmpeg's libavcodec support (requires libavcodec source) */ |