fix compile error on unforgiving Gentoo compiler
authorBenjamin Otte <otte@gnome.org>
Fri, 30 Jan 2004 03:59:03 +0000 (03:59 +0000)
committerBenjamin Otte <otte@gnome.org>
Fri, 30 Jan 2004 03:59:03 +0000 (03:59 +0000)
Original commit message from CVS:
fix compile error on unforgiving Gentoo compiler

ext/vorbis/vorbisdec.c

index b8219a5bc286f455dd40cc4ac0c39a01fdfe20a6..133451f8a9358e49e989f128e457bc2baa5b6901 100644 (file)
@@ -52,9 +52,11 @@ GST_STATIC_PAD_TEMPLATE (
       "rate = (int) [ 11025, 48000 ], "
       "channels = (int) [ 1, 2 ], "
       "endianness = (int) BYTE_ORDER, "
+/* no ifdef in macros, please
 #ifdef GST_VORBIS_DEC_SEQUENTIAL
       "layout = \"sequential\", "
 #endif
+*/
       "width = (int) 32, "
       "buffer-frames = (int) 0"
   )