Mercurial > mplayer.hg
changeset 26218:79ee79393eed
Remove unused MACOSX definition.
author | diego |
---|---|
date | Sat, 15 Mar 2008 11:37:18 +0000 |
parents | 33316ed8d7fa |
children | e69f41b2c8c0 |
files | configure |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Mar 15 11:32:19 2008 +0000 +++ b/configure Sat Mar 15 11:37:18 2008 +0000 @@ -3557,7 +3557,6 @@ _macosx=yes else _macosx=no - _def_macosx='#undef MACOSX' _noaomodules="macosx $_noaomodules" _novomodules="quartz $_novomodules" fi @@ -3576,7 +3575,6 @@ if cc_check -framework Carbon -framework QuickTime -framework CoreAudio; then _ld_extra="$_ld_extra -framework Carbon -framework QuickTime -framework CoreAudio -framework AudioUnit -framework AudioToolbox" _coreaudio=yes - _def_macosx='#define MACOSX 1' _def_coreaudio='#define HAVE_COREAUDIO 1' _aosrc="$_aosrc ao_macosx.c" _aomodules="macosx $_aomodules" @@ -3587,7 +3585,6 @@ else _macosx=no _coreaudio=no - _def_macosx='#undef MACOSX' _def_coreaudio='#undef HAVE_COREAUDIO' _noaomodules="macosx $_noaomodules" _def_quartz='#undef HAVE_QUARTZ' @@ -7797,7 +7794,6 @@ FAAD_FIXED = $_faad_fixed LIBSMBCLIENT = $_smbsupport XMMS_PLUGINS = $_xmms -MACOSX = $_macosx MACOSX_FINDER_SUPPORT = $_macosx_finder_support MACOSX_BUNDLE = $_macosx_bundle COREAUDIO = $_coreaudio @@ -8174,7 +8170,6 @@ #define WIN32_PATH "$_win32codecsdir" /* Mac OS X specific features */ -$_def_macosx $_def_macosx_finder_support $_def_macosx_bundle $_def_coreaudio