GNOME Bugzilla – Bug 696597
hls: fails to build with older gnutls versions
Last modified: 2013-03-26 13:31:43 UTC
Created attachment 239843 [details] [LOG] gst-plugins-bad gsthlsdemux need fix, because it's fail when compile. Make log gst-plugins-bad in attacment. Thanks.
This bug concerns to this commit: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=5c77ef61edc4804c3a9308184ac4ccc9714a0141 My system version gnutls is 2.6, but minimal version needed 2.10 (I'm not try, but I look at gnutls git log). So, I think that we need check minimal version gnutls before build (add it to autogen).
Today I'm successful build gst-plugins-base and minimal version gnutls for this: dark-al@dv7:~/gst/master$ pkg-config --modversion gnutls 2.11.3
Ok, thanks. I hope this fixes it then: commit 64ccb0ffe37b0bc1edfce08aff290a79acc5db60 Author: Tim-Philipp Müller <tim@centricular.net> Date: Tue Mar 26 13:22:22 2013 +0000 build: we need a recent-enough gnutls for hls https://bugzilla.gnome.org/show_bug.cgi?id=696597
Thanks!