diff options
author | Andy Wingo <wingo@pobox.com> | 2005-01-25 09:06:18 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2005-01-25 09:06:18 +0000 |
commit | e334e1c1b0287c1ba1efb074aa1b08545c8ef2c7 (patch) | |
tree | 2e3b862911ccdbbd9311d714d38ee7cd81a0f888 | |
parent | d0325ff746c095c33df1f732f93eb1462a419a00 (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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |