[gstreamer-bugs] [Bug 587023] New: disable freeze plugin static lib

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Jun 26 01:19:26 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=587023

  GStreamer | gst-plugins-bad | Ver: git
           Summary: disable freeze plugin static lib
           Product: GStreamer
           Version: git
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: trivial
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: cwryu at debian.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


The gst-plugins-bad source package builds/installs libgstfreeze.a unlike other
plugins.

gst-plugins-bad/gst/freeze/Makefile.am needs --tag=disable-static libtool flag.
Fix is trivial:


diff --git a/gst/freeze/Makefile.am b/gst/freeze/Makefile.am
index 525e476..9d07aa8 100644
--- a/gst/freeze/Makefile.am
+++ b/gst/freeze/Makefile.am
@@ -4,6 +4,7 @@ libgstfreeze_la_SOURCES = gstfreeze.c
 libgstfreeze_la_CFLAGS = $(GST_CFLAGS)
 libgstfreeze_la_LIBADD = ${GST_LIBS}
 libgstfreeze_la_LDFLAGS        = $(GST_PLUGIN_LDFLAGS)
+libgstfreeze_la_LIBTOOLFLAGS = --tag=disable-static

 noinst_HEADERS         = gstfreeze.h


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=587023.




More information about the Gstreamer-bugs mailing list