From fff31249bba11bf82a5a7211b38dfb5daa67bc12 Mon Sep 17 00:00:00 2001 From: atmos4 Date: Sat, 1 Sep 2001 20:08:15 +0000 Subject: [PATCH] OOOPS, miaaing ifdef. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1831 b3059339-0415-0410-9bf9-f77b7e298cf2 --- dec_audio.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dec_audio.c b/dec_audio.c index 16a3294355..b1b3341cfc 100644 --- a/dec_audio.c +++ b/dec_audio.c @@ -453,6 +453,7 @@ int decode_audio(sh_audio_t *sh_audio,unsigned char *buf,int minlen,int maxlen){ len=MP3_DecodeFrame(buf,-1); // len=MP3_DecodeFrame(buf,3); break; +#ifdef HAVE_OGGVORBIS case AFM_VORBIS: { // OggVorbis /* note: good minlen would be 4k or 8k IMHO - atmos */ int ret; @@ -547,6 +548,7 @@ int decode_audio(sh_audio_t *sh_audio,unsigned char *buf,int minlen,int maxlen){ } // from else, packetout ok break; +#endif } case AFM_PCM: // AVI PCM len=demux_read_data(sh_audio->ds,buf,minlen);