summaryrefslogtreecommitdiff
path: root/gst/app
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-10-24 13:26:22 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-10-24 13:26:26 +0200
commit3c1041d5ebfde05218754ab39f637b98ae6ae12c (patch)
tree16b0b9a3692f1273e83ca05e859782ef008e96a1 /gst/app
parent52d48109bc4bb3fa62d7dbe41a749fab427ad1cf (diff)
downloadgstreamer-plugins-base-3c1041d5ebfde05218754ab39f637b98ae6ae12c.tar.gz
Revert "gst: Add better support for static plugins"
This reverts commit d2d79e3bc2a02ec57258e504b031f7e2d3729ea2, which was accidentially pushed.
Diffstat (limited to 'gst/app')
-rw-r--r--gst/app/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/app/Makefile.am b/gst/app/Makefile.am
index f2bb6f064..5e344a613 100644
--- a/gst/app/Makefile.am
+++ b/gst/app/Makefile.am
@@ -4,7 +4,7 @@ libgstapp_la_SOURCES = gstapp.c
libgstapp_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
libgstapp_la_LIBADD = $(GST_BASE_LIBS) $(top_builddir)/gst-libs/gst/app/libgstapp-@GST_API_VERSION@.la
libgstapp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstapp_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
+libgstapp_la_LIBTOOLFLAGS = --tag=disable-static
Android.mk: Makefile.am $(BUILT_SOURCES)
androgenizer \