[MOVED FROM BAD 095/134] mimic, opencv, vp8, acmmp3dec, linsys: Don't build static...
authorMart Raudsepp <leio@gentoo.org>
Thu, 10 Nov 2011 13:13:34 +0000 (15:13 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 16 Sep 2012 13:27:15 +0000 (15:27 +0200)
Pass --tag=disable-static to libtool everywhere where it's been forgotten

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

ext/vp8/Makefile.am

index 474b3ce..d839666 100644 (file)
@@ -18,6 +18,7 @@ libgstvp8_la_LIBADD = \
        $(GST_PLUGINS_BASE_LIBS) -lgsttag-@GST_MAJORMINOR@ -lgstvideo-@GST_MAJORMINOR@ \
        $(GST_BASE_LIBS) $(GST_LIBS) $(VPX_LIBS)
 libgstvp8_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgstvp8_la_LIBTOOLFLAGS = --tag=disable-static
 
 noinst_HEADERS = \
        gstvp8dec.h \