[gstreamer-bugs] [Bug 629896] New: Error compiling raw1394 (without iec61883)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Sep 16 22:06:57 PDT 2010


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

           Summary: Error compiling raw1394 (without iec61883)
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: trivial
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: hannesb at gmx.de
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


"gsthdv1394src.h:74:3: error: expected specifier-qualifier-list before
‘iec61883_mpeg2_t"

If no devel-Packages of iec61883 are installed,
it nevertheless tries to build raw1394 anyway.

In gsthdv1394src.h it includes iec61883.h sometimes...

#ifdef HAVE_LIBIEC61883
#include <libiec61883/iec61883.h>
#endif

...but needs it always...
Line 74:  iec61883_mpeg2_t iec61883mpeg2;


..therefore compile fails if it is not present

If it really needs it, it simply should not be built without it.

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