[Bug 690030] New: HLS makefile is missing gst_plugins_base_libs

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Dec 10 23:35:12 PST 2012


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

           Summary: HLS makefile is missing gst_plugins_base_libs
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: michael.esemplare at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


I am building gstreamer with jenkins and each product (core, base, bad, etc..)
are built in their own directories. This build exposed some missing linkages.

Error:

make -C hls
make[3]: Entering directory
`/var/lib/jenkins/jobs/gst-plugins-bad/workspace/host_target/linux32/gst/hls'
  CC     libgstfragmented_la-m3u8.lo
  CC     libgstfragmented_la-gsthlsdemux.lo
  CC     libgstfragmented_la-gstfragment.lo
  CC     libgstfragmented_la-gsturidownloader.lo
  CC     libgstfragmented_la-gstfragmentedplugin.lo
  CC     libgstfragmented_la-gsthlssink.lo
  CC     libgstfragmented_la-gstm3u8playlist.lo
  CCLD   libgstfragmented.la
/usr/bin/ld: cannot find -lgstpbutils-1.0
/usr/bin/ld: cannot find -lgstvideo-1.0
collect2: ld returned 1 exit status

I have attached the patch to add the gst_plugins_base_libs so libgstvideo-1.0
and libgstpbutils-1.0 can be found.

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