From a823205f9ff00fec422a2c1838cc1a85bd0f6776 Mon Sep 17 00:00:00 2001 From: arpi Date: Mon, 25 Mar 2002 22:03:33 +0000 Subject: argh... Nick messed up driver names too git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5344 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/ad_ffmpeg.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libmpcodecs/ad_ffmpeg.c') diff --git a/libmpcodecs/ad_ffmpeg.c b/libmpcodecs/ad_ffmpeg.c index 9929ca2802..7de8ff8277 100644 --- a/libmpcodecs/ad_ffmpeg.c +++ b/libmpcodecs/ad_ffmpeg.c @@ -6,6 +6,8 @@ #include "mp_msg.h" #include "help_mp.h" +#ifdef USE_LIBAVCODEC + #include "ad_internal.h" #include "bswap.h" @@ -104,3 +106,5 @@ static int decode_audio(sh_audio_t *sh_audio,unsigned char *buf,int minlen,int m } return len; } + +#endif -- cgit v1.2.3