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 133002 - configure should check for dvdnav header
configure should check for dvdnav header
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other All
: Normal minor
: 0.8.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-01-30 20:00 UTC by Christian Neumair
Modified: 2005-07-03 19:25 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Christian Neumair 2004-01-30 20:00:24 UTC
I have Debian/Sid which has separate dev header/lib packages.
While I've installed libdvdread, the dvdread/nav_print.h isn't installed
since I lack the dev package.
configure doesn't complain but the dvdnav plugin can't be built
(dvdnavsrc.c:34:31: dvdread/nav_print.h: No such file or directory).
Therefore configure should check for all the required headers if
dvdread/nav is enabled.


regs,
 Chris
Comment 1 Thomas Vander Stichele 2004-06-12 10:58:52 UTC
Fixed in cvs.
Comment 2 Loïc Minier 2005-07-03 19:25:52 UTC
Hey,

Sorry to bother about this fixed bug, but would it be possible to patch
ext/Makefile.am (ie. if USE_DVDNAV && USE_DVDREAD) instead of configure.ac?

This would ease tracking of GST_CHECK_FEATUREs.

Thanks,