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/ad_libdv.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libmpcodecs/ad_libdv.c') diff --git a/libmpcodecs/ad_libdv.c b/libmpcodecs/ad_libdv.c index 9107035be1..94f0c1f9d8 100644 --- a/libmpcodecs/ad_libdv.c +++ b/libmpcodecs/ad_libdv.c @@ -9,8 +9,6 @@ #include "mp_msg.h" #include "help_mp.h" -#ifdef HAVE_LIBDV095 - #include "img_format.h" #include @@ -111,6 +109,3 @@ static int decode_audio(sh_audio_t *audio, unsigned char *buf, int minlen, int m } return len*2; } - -#endif - -- cgit v1.2.3