[Bug 759855] New: Ubuntu : GST_BASE_* variables missing for pbutils build

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Dec 24 19:37:33 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=759855

            Bug ID: 759855
           Summary: Ubuntu : GST_BASE_* variables missing for pbutils
                    build
    Classification: Platform
           Product: GStreamer
           Version: 1.7.1
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: inizan.yannick at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

we have to add GST_BASE_LIBS and GST_BASE_CFLAGS variables to pbutils
Makefile.am for a build without errors :

...

libgstpbutils_ at GST_API_VERSION@_la_LIBADD = \
  $(top_builddir)/gst-libs/gst/video/libgstvideo- at GST_API_VERSION@.la \
  $(top_builddir)/gst-libs/gst/audio/libgstaudio- at GST_API_VERSION@.la \
  $(top_builddir)/gst-libs/gst/tag/libgsttag- at GST_API_VERSION@.la \
  $(GST_LIBS) $(GST_BASE_LIBS)
libgstpbutils_ at GST_API_VERSION@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS)
$(GST_CFLAGS) $(GST_BASE_CFLAGS)

...

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