summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-06-06 20:58:59 +0000
committerDavid Schleef <ds@schleef.org>2004-06-06 20:58:59 +0000
commit518c249a5fb1a6fefd5c795613273cdcf9569468 (patch)
treec4a57a65810353723f21f5da6c6d76fe655b4edf
parent813ce171e4e022992fc79ba0b907bce482aeec2a (diff)
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.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2eb434ca..39a4b03d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):