After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 334002 - video4linux shouldn't depend on X in configure script
video4linux shouldn't depend on X in configure script
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.3
Other All
: Normal minor
: 0.10.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-09 11:15 UTC by Siphi
Modified: 2006-05-15 12:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Siphi 2006-03-09 11:15:48 UTC
Please describe the problem:
V4L shouldn't depend on the X lib in the configure script!

Steps to reproduce:
1. run configure script with the option --disable-x
 


Actual results:
the configure output lists the V4L* plugins as unselected


Expected results:
V4L plugins should compile

Does this happen every time?
yes

Other information:
no
Comment 1 Tim-Philipp Müller 2006-03-15 12:38:43 UTC
I believe the X dependency is there because it's required for the GstXOverlay interface implementation that's provided.
Comment 2 Jan Schmidt 2006-05-06 20:24:30 UTC
Yes, that's right - X stuff is needed to build gstv4lxoverlay.[ch], but from the makefile, it looks like it is possible to still build it without the Xv support.

I think the report is correct and it should still build in the absence of X, just not with the Xv support.
Comment 3 Tim-Philipp Müller 2006-05-15 12:18:36 UTC
 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>

        * configure.ac:
          Build video4linux plugin even if there's no XVIDEO, just
          without implementing the GstXOverlay interface (#334002).