From 1127c1e91d6bed25d0ae7ec8ad7d3afc13dc84b9 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 21 Jun 2006 09:45:17 +0000 Subject: Remove separation between Win32 DLL and DirectShow support in the build system. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18768 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/ad_dshow.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libmpcodecs/ad_dshow.c') diff --git a/libmpcodecs/ad_dshow.c b/libmpcodecs/ad_dshow.c index 5e98928b57..d6bc08a795 100644 --- a/libmpcodecs/ad_dshow.c +++ b/libmpcodecs/ad_dshow.c @@ -6,8 +6,6 @@ #include "mp_msg.h" #include "help_mp.h" -#ifdef USE_DIRECTSHOW - #include "ad_internal.h" static ad_info_t info = @@ -97,4 +95,3 @@ static int decode_audio(sh_audio_t *sh_audio,unsigned char *buf,int minlen,int m // len=size_out; return size_out; } -#endif -- cgit v1.2.3