summaryrefslogtreecommitdiff
path: root/gst/flx
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2017-05-16 13:50:16 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2017-05-16 14:41:19 -0400
commitb68d936ae0b4cb59ca3b7853e761e162631b2319 (patch)
tree68690f7115c88b1c2cc5e4beb3beef372cbd7707 /gst/flx
parenta910329f6dfe131da30bebba40f9561f31a944cf (diff)
Remove plugin specific static build option
Static and dynamic plugins now have the same interface. The standard --enable-static/--enable-shared toggle are sufficient.
Diffstat (limited to 'gst/flx')
-rw-r--r--gst/flx/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/flx/Makefile.am b/gst/flx/Makefile.am
index aaecaa010..58934ea79 100644
--- a/gst/flx/Makefile.am
+++ b/gst/flx/Makefile.am
@@ -4,6 +4,5 @@ libgstflxdec_la_SOURCES = gstflxdec.c flx_color.c
libgstflxdec_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
libgstflxdec_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
libgstflxdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstflxdec_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = flx_fmt.h flx_color.h gstflxdec.h