From 8fe80026a52902bf76e87fac92bc793ec97b56ef Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Thu, 10 Nov 2011 15:13:34 +0200 Subject: [PATCH] [MOVED FROM BAD 095/134] mimic, opencv, vp8, acmmp3dec, linsys: Don't build static plugins 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/vp8/Makefile.am b/ext/vp8/Makefile.am index 474b3ce..d839666 100644 --- a/ext/vp8/Makefile.am +++ b/ext/vp8/Makefile.am @@ -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 \ -- 2.7.4