GNOME Bugzilla – Bug 696392
gst-plugins-bad fails to build unless gnutls is present...
Last modified: 2013-03-22 15:31:39 UTC
I have a system where libgnutls-dev is not present. I run autogen.sh with --prefix=somepath --enable-gcov which is successful. Then I try to build gst-plugins-bad [...] make[3]: Entering directory `/home/user/src/gst-plugins-bad/ext/hls' CC libgstfragmented_la-gsthlsdemux.lo gsthlsdemux.c:50:27: fatal error: gnutls/gnutls.h: No such file or directory compilation terminated. I haven't found the issue yet, so at the moment I have no patch to contribute. I will attach one once I find the problem. PS. if you temporarily remove your gnutls.pc and /usr/include/gnutls/gnutls.h on your machine you can replicate the error I'm seeing.
commit 659adfdea8a78c29a7110a33580de8581eea44c1 Author: Tim-Philipp Müller <tim@centricular.net> Date: Fri Mar 22 15:30:32 2013 +0000 configure: fix build if gnutls is not present Skip build of hls plugin if gnutls headers can't be found. https://bugzilla.gnome.org/show_bug.cgi?id=696392