[Bug 721869] dvbsrc fails to build for old enough dvb headers
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Jan 9 07:50:18 PST 2014
https://bugzilla.gnome.org/show_bug.cgi?id=721869
GStreamer | gst-plugins-bad | git
Sebastian Dröge (slomo) <slomo> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #265850|none |needs-work
status| |
--- Comment #5 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-01-09 15:50:14 UTC ---
Review of attachment 265850:
--> (https://bugzilla.gnome.org/review?bug=721869&attachment=265850)
::: configure.ac
@@ +2066,3 @@
AC_MSG_CHECKING([Checking for up to date dvb installation])
+ AC_CHECK_HEADER(linux/dvb/frontend.h, [
+ AC_MSG_CHECKING([for uptodate dvb API])
up-to-date maybe? ;)
@@ +2068,3 @@
+ AC_MSG_CHECKING([for uptodate dvb API])
+ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <linux/dvb/frontend.h>]], [[
+ #ifndef SYS_DVBC_ANNEX_A
This does not work because it is an enum value, not a #define.
SYS_DVBC_ANNEX_AC is a #define though, or alternatively just try "int x =
SYS_DVBC_ANNEX_A;"
Then push :)
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list