summaryrefslogtreecommitdiff
path: root/gst/typefind
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-10-24 12:10:44 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-04-15 15:52:58 +0200
commit948a4a36329c1b47f0369590a260a00f0f3d0eb8 (patch)
treede811acab751428a015a9997a729dbf29b0f97aa /gst/typefind
parent04d5dafa7141e933f320a923e2e1f52d2adcea84 (diff)
gst: Add better support for static plugins
Diffstat (limited to 'gst/typefind')
-rw-r--r--gst/typefind/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/typefind/Makefile.am b/gst/typefind/Makefile.am
index 4dfda7c5b..414b55d62 100644
--- a/gst/typefind/Makefile.am
+++ b/gst/typefind/Makefile.am
@@ -9,7 +9,7 @@ libgsttypefindfunctions_la_LIBADD = \
$(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la \
$(GST_BASE_LIBS) $(GST_LIBS) $(GIO_LIBS)
-libgsttypefindfunctions_la_LIBTOOLFLAGS = --tag=disable-static
+libgsttypefindfunctions_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
Android.mk: Makefile.am $(BUILT_SOURCES)
androgenizer \