summaryrefslogtreecommitdiff
path: root/ext/bs2b
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-10-13 14:22:50 +0100
committerTim-Philipp Müller <tim@centricular.com>2019-10-14 13:54:27 +0100
commitf218ec279449ece51faf86e0df7032aa02eb831f (patch)
tree48b00c61bdcfea8e50b18d5cb07a1007a93ead3c /ext/bs2b
parent4d528776b6a33fe08b0b00d63f0d18244e5f5411 (diff)
downloadgstreamer-plugins-bad-f218ec279449ece51faf86e0df7032aa02eb831f.tar.gz
Remove autotools build system
Diffstat (limited to 'ext/bs2b')
-rw-r--r--ext/bs2b/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/ext/bs2b/Makefile.am b/ext/bs2b/Makefile.am
deleted file mode 100644
index 02d043eee..000000000
--- a/ext/bs2b/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-plugin_LTLIBRARIES = libgstbs2b.la
-
-libgstbs2b_la_SOURCES = gstbs2b.c gstbs2b.h
-
-libgstbs2b_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \
- $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) \
- $(BS2B_CFLAGS)
-libgstbs2b_la_LIBADD = \
- $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \
- $(GST_BASE_LIBS) $(GST_LIBS) \
- $(BS2B_LIBS)
-libgstbs2b_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-
-noinst_HEADERS = gstbs2b.h