mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +00:00
gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
Original commit message from CVS: * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile problems on several systems.
This commit is contained in:
parent
91fc3c7de8
commit
b09b7d5257
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-06-06 David Schleef <ds@schleef.org>
|
||||
|
||||
* gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
|
||||
G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
|
||||
problems on several systems.
|
||||
|
||||
2004-06-06 Benjamin Otte <otte@gnome.org>
|
||||
|
||||
* ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
"height", GST_TYPE_INT_RANGE, 16, 4096, \
|
||||
"framerate", GST_TYPE_DOUBLE_RANGE, 0., G_MAXDOUBLE, \
|
||||
__VA_ARGS__)
|
||||
#elif defined(G_HAVE_GNU_VARARGS)
|
||||
#elif defined(G_HAVE_GNUC_VARARGS)
|
||||
#define GST_FF_VID_CAPS_NEW(mimetype, props...) \
|
||||
gst_caps_new_simple (mimetype, \
|
||||
"width", GST_TYPE_INT_RANGE, 16, 4096, \
|
||||
|
|
Loading…
Reference in a new issue