diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-10-24 12:16:39 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-04-15 15:59:22 +0200 |
commit | e51cd4fe2fab76b9924534878343ee9a682f6c85 (patch) | |
tree | 678c6eb495d04739de013559300cd66f20655d18 /gst/adpcmdec | |
parent | 6da91fa7d5d11c7e4dc0bb13cbad092ac4bdd03d (diff) |
gst: Add better support for static plugins
Diffstat (limited to 'gst/adpcmdec')
-rw-r--r-- | gst/adpcmdec/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/adpcmdec/Makefile.am b/gst/adpcmdec/Makefile.am index 16b29e596..62cb95192 100644 --- a/gst/adpcmdec/Makefile.am +++ b/gst/adpcmdec/Makefile.am @@ -10,7 +10,7 @@ libgstadpcmdec_la_LIBADD = \ $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ \ $(GST_BASE_LIBS) $(GST_LIBS) libgstadpcmdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstadpcmdec_la_LIBTOOLFLAGS = --tag=disable-static +libgstadpcmdec_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) Android.mk: Makefile.am $(BUILT_SOURCES) androgenizer \ |