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:
parent
d473822ae4
commit
f3185d2ca4
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user