GNOME Bugzilla – Bug 133002
configure should check for dvdnav header
Last modified: 2005-07-03 19:25:52 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
Fixed in cvs.
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,