From 64060df2c73a4db6c1cda20deb8d49ed0d77646f Mon Sep 17 00:00:00 2001 From: iive Date: Wed, 12 Nov 2003 00:43:42 +0000 Subject: XviD Api4 support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11437 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cfg-common.h') diff --git a/cfg-common.h b/cfg-common.h index a7b236a928..7201f847bc 100644 --- a/cfg-common.h +++ b/cfg-common.h @@ -200,7 +200,7 @@ #ifdef USE_LIBAVCODEC {"lavdopts", lavc_decode_opts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, #endif -#ifdef HAVE_XVID +#if defined(HAVE_XVID3) || defined(HAVE_XVID4) {"xvidopts", xvid_dec_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, #endif // ------------------------- subtitles options -------------------- @@ -437,7 +437,7 @@ m_option_t audio_filter_conf[]={ extern m_option_t lavc_decode_opts_conf[]; #endif -#ifdef HAVE_XVID +#if defined(HAVE_XVID3) || defined(HAVE_XVID4) extern m_option_t xvid_dec_opts[]; #endif -- cgit v1.2.3