summaryrefslogtreecommitdiff
path: root/gst/typefind
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2017-05-16 13:42:07 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2017-05-16 13:42:07 -0400
commit8e6c6266d72e160cca019b7cfa640fbf666e5ada (patch)
treef77e6286129ff24efaa236b2f40d868320901ccc /gst/typefind
parent820c34740fa903cb949c71076e5e9c3cb076a852 (diff)
downloadgstreamer-plugins-base-8e6c6266d72e160cca019b7cfa640fbf666e5ada.tar.gz
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/typefind')
-rw-r--r--gst/typefind/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/typefind/Makefile.am b/gst/typefind/Makefile.am
index 3213c404d..04096b5fd 100644
--- a/gst/typefind/Makefile.am
+++ b/gst/typefind/Makefile.am
@@ -8,5 +8,3 @@ libgsttypefindfunctions_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgsttypefindfunctions_la_LIBADD = \
$(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la \
$(GST_BASE_LIBS) $(GST_LIBS) $(GIO_LIBS)
-
-libgsttypefindfunctions_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)