summaryrefslogtreecommitdiff
path: root/ext/spc
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2017-05-16 14:05:52 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2017-05-16 14:05:52 -0400
commit4261692187c23eaf9be323a207bded94fbe164ea (patch)
tree58feab9339aed86f7e22596efab5db80dd3af0cf /ext/spc
parent1c6cd54477c0c467293d28601d51fdf931237a4b (diff)
downloadgstreamer-plugins-bad-4261692187c23eaf9be323a207bded94fbe164ea.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 'ext/spc')
-rw-r--r--ext/spc/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/spc/Makefile.am b/ext/spc/Makefile.am
index 6c7e8a115..1c3e13f84 100644
--- a/ext/spc/Makefile.am
+++ b/ext/spc/Makefile.am
@@ -5,7 +5,6 @@ libgstspc_la_SOURCES = gstspc.c tag.c
libgstspc_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(SPC_CFLAGS)
libgstspc_la_LIBADD = $(GST_LIBS) $(SPC_LIBS)
libgstspc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstspc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstspc.h tag.h