diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-10-24 12:10:44 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-04-15 15:52:58 +0200 |
commit | 948a4a36329c1b47f0369590a260a00f0f3d0eb8 (patch) | |
tree | de811acab751428a015a9997a729dbf29b0f97aa /gst/app/Makefile.am | |
parent | 04d5dafa7141e933f320a923e2e1f52d2adcea84 (diff) |
gst: Add better support for static plugins
Diffstat (limited to 'gst/app/Makefile.am')
-rw-r--r-- | gst/app/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/app/Makefile.am b/gst/app/Makefile.am index 5e344a613..f2bb6f064 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 = --tag=disable-static +libgstapp_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) Android.mk: Makefile.am $(BUILT_SOURCES) androgenizer \ |