fix compile error on unforgiving Gentoo compiler

Original commit message from CVS:
fix compile error on unforgiving Gentoo compiler
This commit is contained in:
Benjamin Otte 2004-01-30 03:59:03 +00:00
parent ef502795dc
commit 0799be4c1b

View 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"
)