comparison configure @ 26209:36ba5069e6f4

MACOSX_COREVIDEO --> corevideo
author diego
date Sat, 15 Mar 2008 09:19:38 +0000
parents 4980ed598e8a
children c5a06bc58309
comparison
equal deleted inserted replaced
26208:4980ed598e8a 26209:36ba5069e6f4
3597 EOF 3597 EOF
3598 if cc_check -framework Carbon -framework QuartzCore -framework OpenGL; then 3598 if cc_check -framework Carbon -framework QuartzCore -framework OpenGL; then
3599 _vosrc="$_vosrc vo_macosx.m" 3599 _vosrc="$_vosrc vo_macosx.m"
3600 _vomodules="macosx $_vomodules" 3600 _vomodules="macosx $_vomodules"
3601 _ld_extra="$_ld_extra -framework Cocoa -framework QuartzCore -framework OpenGL" 3601 _ld_extra="$_ld_extra -framework Cocoa -framework QuartzCore -framework OpenGL"
3602 _def_macosx_corevideo='#define MACOSX_COREVIDEO 1' 3602 _def_corevideo='#define HAVE_COREVIDEO 1'
3603 _macosx_corevideo=yes 3603 _corevideo=yes
3604 else 3604 else
3605 _novomodules="macosx $_novomodules" 3605 _novomodules="macosx $_novomodules"
3606 _def_macosx_corevideo='#undef MACOSX_COREVIDEO' 3606 _def_corevideo='#undef HAVE_COREVIDEO'
3607 _macosx_corevideo=no 3607 _corevideo=no
3608 fi 3608 fi
3609 fi 3609 fi
3610 echores "$_macosx" 3610 echores "$_macosx"
3611 3611
3612 echocheck "Mac OS X Finder Support" 3612 echocheck "Mac OS X Finder Support"
7795 XMMS_PLUGINS = $_xmms 7795 XMMS_PLUGINS = $_xmms
7796 MACOSX = $_macosx 7796 MACOSX = $_macosx
7797 MACOSX_FINDER_SUPPORT = $_macosx_finder_support 7797 MACOSX_FINDER_SUPPORT = $_macosx_finder_support
7798 MACOSX_BUNDLE = $_macosx_bundle 7798 MACOSX_BUNDLE = $_macosx_bundle
7799 COREAUDIO = $_coreaudio 7799 COREAUDIO = $_coreaudio
7800 MACOSX_COREVIDEO = $_macosx_corevideo 7800 COREVIDEO = $_corevideo
7801 TOOLAME=$_toolame 7801 TOOLAME=$_toolame
7802 TWOLAME=$_twolame 7802 TWOLAME=$_twolame
7803 FAAC=$_faac 7803 FAAC=$_faac
7804 CONFIG_LIBAMR=$_libamr 7804 CONFIG_LIBAMR=$_libamr
7805 CONFIG_LIBAMR_NB=$_libamr_nb 7805 CONFIG_LIBAMR_NB=$_libamr_nb
8171 /* Mac OS X specific features */ 8171 /* Mac OS X specific features */
8172 $_def_macosx 8172 $_def_macosx
8173 $_def_macosx_finder_support 8173 $_def_macosx_finder_support
8174 $_def_macosx_bundle 8174 $_def_macosx_bundle
8175 $_def_coreaudio 8175 $_def_coreaudio
8176 $_def_macosx_corevideo 8176 $_def_corevideo
8177 8177
8178 /* Build our Win32-loader */ 8178 /* Build our Win32-loader */
8179 $_def_win32_loader 8179 $_def_win32_loader
8180 8180
8181 /* ffmpeg's libavcodec support (requires libavcodec source) */ 8181 /* ffmpeg's libavcodec support (requires libavcodec source) */