From 0799be4c1b04aa27a1de4605454b4f5881ff2e36 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 30 Jan 2004 03:59:03 +0000 Subject: [PATCH] fix compile error on unforgiving Gentoo compiler Original commit message from CVS: fix compile error on unforgiving Gentoo compiler --- ext/vorbis/vorbisdec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/vorbis/vorbisdec.c b/ext/vorbis/vorbisdec.c index b8219a5bc2..133451f8a9 100644 --- a/ext/vorbis/vorbisdec.c +++ b/ext/vorbis/vorbisdec.c @@ -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" )