comparison configure @ 26513:133c98f1c5a8

Only compile libmpcodecs/ve_qtvideo.c on Windows.
author diego
date Sat, 26 Apr 2008 10:53:32 +0000
parents 872363c4aafd
children 14a31c1944de
comparison
equal deleted inserted replaced
26512:a1dc4d5b5b40 26513:133c98f1c5a8
6314 echores "$_real" 6314 echores "$_real"
6315 6315
6316 6316
6317 echocheck "QuickTime codecs" 6317 echocheck "QuickTime codecs"
6318 _qtx_emulation=no 6318 _qtx_emulation=no
6319 _def_qtx_win32='#undef USE_QTX_CODECS_WIN32'
6319 if test "$_qtx" = auto ; then 6320 if test "$_qtx" = auto ; then
6320 test "$_win32dll" = yes || darwin && _qtx=yes 6321 test "$_win32dll" = yes || darwin && _qtx=yes
6321 fi 6322 fi
6322 if test "$_qtx" = yes ; then 6323 if test "$_qtx" = yes ; then
6323 _def_qtx='#define USE_QTX_CODECS 1' 6324 _def_qtx='#define USE_QTX_CODECS 1'
6325 win32 && _qtx_codecs_win32=yes && _def_qtx_win32='#define USE_QTX_CODECS_WIN32 1'
6324 _codecmodules="qtx $_codecmodules" 6326 _codecmodules="qtx $_codecmodules"
6325 darwin || win32 || _qtx_emulation=yes 6327 darwin || win32 || _qtx_emulation=yes
6326 else 6328 else
6327 _def_qtx='#undef USE_QTX_CODECS' 6329 _def_qtx='#undef USE_QTX_CODECS'
6328 _nocodecmodules="qtx $_nocodecmodules" 6330 _nocodecmodules="qtx $_nocodecmodules"
7787 LIBDVDCSS_INTERNAL = $_libdvdcss_internal 7789 LIBDVDCSS_INTERNAL = $_libdvdcss_internal
7788 DVDNAV = $_dvdnav 7790 DVDNAV = $_dvdnav
7789 WIN32DLL = $_win32dll 7791 WIN32DLL = $_win32dll
7790 WIN32_EMULATION = $_win32_emulation 7792 WIN32_EMULATION = $_win32_emulation
7791 QTX_CODECS = $_qtx 7793 QTX_CODECS = $_qtx
7794 QTX_CODECS_WIN32 = $_qtx_codecs_win32
7792 QTX_EMULATION = $_qtx_emulation 7795 QTX_EMULATION = $_qtx_emulation
7793 REAL_CODECS = $_real 7796 REAL_CODECS = $_real
7794 XANIM_CODECS = $_xanim 7797 XANIM_CODECS = $_xanim
7795 ZORAN = $_zr 7798 ZORAN = $_zr
7796 LIBLZO = $_liblzo 7799 LIBLZO = $_liblzo
8566 /* enables / disables new input joystick support */ 8569 /* enables / disables new input joystick support */
8567 $_def_joystick 8570 $_def_joystick
8568 8571
8569 /* enables / disables QTX codecs */ 8572 /* enables / disables QTX codecs */
8570 $_def_qtx 8573 $_def_qtx
8574 $_def_qtx_win32
8571 8575
8572 /* enables / disables osd menu */ 8576 /* enables / disables osd menu */
8573 $_def_menu 8577 $_def_menu
8574 8578
8575 /* enables / disables subtitles sorting */ 8579 /* enables / disables subtitles sorting */