From 60f223f76664437afda078bc46f4a0f1dedcbb06 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 21 Jun 2006 14:49:09 +0000 Subject: Move #ifdefs around complete files into the build system. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18774 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vd_xvid.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libmpcodecs/vd_xvid.c') diff --git a/libmpcodecs/vd_xvid.c b/libmpcodecs/vd_xvid.c index f2ca6a152b..b3b2ac4714 100644 --- a/libmpcodecs/vd_xvid.c +++ b/libmpcodecs/vd_xvid.c @@ -4,8 +4,6 @@ #include "config.h" #include "mp_msg.h" -#ifdef HAVE_XVID3 - #include "vd_internal.h" #include "m_option.h" @@ -247,4 +245,3 @@ static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags){ return mpi; } -#endif //have_xvid -- cgit v1.2.3