summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-01-25 09:06:18 +0000
committerAndy Wingo <wingo@pobox.com>2005-01-25 09:06:18 +0000
commite334e1c1b0287c1ba1efb074aa1b08545c8ef2c7 (patch)
tree2e3b862911ccdbbd9311d714d38ee7cd81a0f888
parentd0325ff746c095c33df1f732f93eb1462a419a00 (diff)
sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile for #ifndef HAVE_XVIDEO.
Original commit message from CVS: 2005-01-25 Andy Wingo <wingo@pobox.com> * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile for #ifndef HAVE_XVIDEO.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 49540c59..d0e175d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-25 Andy Wingo <wingo@pobox.com>
+
+ * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
+ for #ifndef HAVE_XVIDEO.
+
2005-01-24 Jeffrey C. Ollie
reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>