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
commit494c8c4cff9380c26c2c285f4044eb6c068d4da4 (patch)
tree28960763fad06b4c999cc983ea0b5a7355bd050b
parent9d608aed4da8cf0bfc96f348c5d70f64e4b51168 (diff)
downloadgst-plugins-bad-494c8c4cff9380c26c2c285f4044eb6c068d4da4.tar.gz
gst-plugins-bad-494c8c4cff9380c26c2c285f4044eb6c068d4da4.tar.bz2
gst-plugins-bad-494c8c4cff9380c26c2c285f4044eb6c068d4da4.zip
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>