# HG changeset patch # User atmos4 # Date 999374895 0 # Node ID 46347c4075da8db392e6241946f31457ae7e4e78 # Parent a4156c8cdd573a4ef2a984b70a1cb6812fdec9ac OOOPS, miaaing ifdef. diff -r a4156c8cdd57 -r 46347c4075da dec_audio.c --- a/dec_audio.c Sat Sep 01 19:57:44 2001 +0000 +++ b/dec_audio.c Sat Sep 01 20:08:15 2001 +0000 @@ -453,6 +453,7 @@ 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 @@ } // from else, packetout ok break; +#endif } case AFM_PCM: // AVI PCM len=demux_read_data(sh_audio->ds,buf,minlen);