fix compile error on unforgiving Gentoo compiler
Original commit message from CVS: fix compile error on unforgiving Gentoo compiler
This commit is contained in:
parent
ef502795dc
commit
0799be4c1b
@ -52,9 +52,11 @@ GST_STATIC_PAD_TEMPLATE (
|
|||||||
"rate = (int) [ 11025, 48000 ], "
|
"rate = (int) [ 11025, 48000 ], "
|
||||||
"channels = (int) [ 1, 2 ], "
|
"channels = (int) [ 1, 2 ], "
|
||||||
"endianness = (int) BYTE_ORDER, "
|
"endianness = (int) BYTE_ORDER, "
|
||||||
|
/* no ifdef in macros, please
|
||||||
#ifdef GST_VORBIS_DEC_SEQUENTIAL
|
#ifdef GST_VORBIS_DEC_SEQUENTIAL
|
||||||
"layout = \"sequential\", "
|
"layout = \"sequential\", "
|
||||||
#endif
|
#endif
|
||||||
|
*/
|
||||||
"width = (int) 32, "
|
"width = (int) 32, "
|
||||||
"buffer-frames = (int) 0"
|
"buffer-frames = (int) 0"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user