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.
+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>
if (v4lelement->video_fd == -1)
return FALSE;
+#ifdef HAVE_XVIDEO
if (iface_type == GST_TYPE_X_OVERLAY && !GST_V4L_IS_OVERLAY (v4lelement))
return FALSE;
+#endif
return TRUE;
}