[Bug 721869] dvbsrc needs to conditionally build for older dvb headers

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Apr 14 22:54:54 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=721869
  GStreamer | gst-plugins-bad | git

--- Comment #19 from Edward Hervey <bilboed at bilboed.com> 2014-04-15 05:54:50 UTC ---
The SYS_DVBC_ANNEX_A / _C was added in minor 6 from my findings.

But I would propose just fixing that by adding a simple
#ifndef SYS_DVBC_ANNEX_A
#define SYS_DVBC_ANNEX_AC SYS_DVB_ANNEX_A
#endif

And not expose the _C variant

-- 
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