1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-19 13:21:13 +00:00

Simplify preprocessor condition for QT codecs, configure already does the

necessary checks, no need to duplicate them.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26238 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-03-15 08:07:24 +00:00
parent d473822ae4
commit f3185d2ca4
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ ad_functions_t* mpcodecs_ad_drivers[] =
&mpcodecs_ad_acm,
&mpcodecs_ad_twin,
#endif
#if defined(USE_QTX_CODECS) || defined(MACOSX)
#ifdef USE_QTX_CODECS
&mpcodecs_ad_qtaudio,
#endif
#ifdef HAVE_FAAD

View File

@ -98,7 +98,7 @@ vd_functions_t* mpcodecs_vd_drivers[] = {
#ifdef HAVE_LIBDV095
&mpcodecs_vd_libdv,
#endif
#if defined(USE_QTX_CODECS) || defined(MACOSX)
#ifdef USE_QTX_CODECS
&mpcodecs_vd_qtvideo,
#endif
/* Please do not add any new decoders here. If you want to implement a new