Mercurial > mplayer.hg
changeset 26206:946fe085c73d
Simplify preprocessor condition for QT codecs, configure already does the
necessary checks, no need to duplicate them.
author | diego |
---|---|
date | Sat, 15 Mar 2008 08:07:24 +0000 |
parents | 22c8a9ec0926 |
children | 55a36b9e708e |
files | libmpcodecs/ad.c libmpcodecs/vd.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/ad.c Fri Mar 14 16:59:08 2008 +0000 +++ b/libmpcodecs/ad.c Sat Mar 15 08:07:24 2008 +0000 @@ -70,7 +70,7 @@ &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
--- a/libmpcodecs/vd.c Fri Mar 14 16:59:08 2008 +0000 +++ b/libmpcodecs/vd.c Sat Mar 15 08:07:24 2008 +0000 @@ -98,7 +98,7 @@ #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