changeset 1830:46347c4075da

OOOPS, miaaing ifdef.
author atmos4
date Sat, 01 Sep 2001 20:08:15 +0000
parents a4156c8cdd57
children 57afd6a8ae78
files dec_audio.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);