projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef50279
)
fix compile error on unforgiving Gentoo compiler
author
Benjamin Otte
<otte@gnome.org>
Fri, 30 Jan 2004 03:59:03 +0000
(
03:59
+0000)
committer
Benjamin 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
patch
|
blob
|
history
diff --git
a/ext/vorbis/vorbisdec.c
b/ext/vorbis/vorbisdec.c
index b8219a5bc286f455dd40cc4ac0c39a01fdfe20a6..133451f8a9358e49e989f128e457bc2baa5b6901 100644
(file)
--- 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"
)