[Gstreamer-bugs] [Bug 140384] New: - Incorrect library dependency in SDL plugin

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Sun Apr 18 03:25:28 PDT 2004


http://bugzilla.gnome.org/show_bug.cgi?id=140384
GStreamer | gst-plugins | Ver: HEAD CVS

           Summary: Incorrect library dependency in SDL plugin
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-maint at bugzilla.gnome.org
        ReportedBy: jmmv at menta.net
         QAContact: gstreamer-maint at bugzilla.gnome.org


The SDL plugin has a dependency on the libgstxoverlay.la library, specified in
the ext/sdl/Makefile.am file.  This is incorrect, because that library is never
installed, which makes it impossible to build this plugin in a "standalone"
manner.  And it may not even work, even if built from the distribution file
together with all other plugins.

Checking all other plugins reveals that none of them depends on this library
directly, so it looks like an error.  Instead, it should be linked against
libgstinterfaces-0.8.la, as all other plugins do.

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.




More information about the Gstreamer-bugs mailing list