summaryrefslogtreecommitdiff
path: root/ext/mplex
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/mplex
parent4d528776b6a33fe08b0b00d63f0d18244e5f5411 (diff)
downloadgstreamer-plugins-bad-f218ec279449ece51faf86e0df7032aa02eb831f.tar.gz
Remove autotools build system
Diffstat (limited to 'ext/mplex')
-rw-r--r--ext/mplex/.gitignore6
-rw-r--r--ext/mplex/Makefile.am20
2 files changed, 0 insertions, 26 deletions
diff --git a/ext/mplex/.gitignore b/ext/mplex/.gitignore
deleted file mode 100644
index 684bfe5b1..000000000
--- a/ext/mplex/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-Makefile
-Makefile.in
-mplex
-.deps
-.libs
-
diff --git a/ext/mplex/Makefile.am b/ext/mplex/Makefile.am
deleted file mode 100644
index 580c0af9b..000000000
--- a/ext/mplex/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-plugin_LTLIBRARIES = libgstmplex.la
-
-libgstmplex_la_SOURCES = \
- gstmplex.cc \
- gstmplexibitstream.cc \
- gstmplexjob.cc \
- gstmplexoutputstream.cc
-
-libgstmplex_la_CXXFLAGS = \
- $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CXXFLAGS) $(MPLEX_CFLAGS)
-libgstmplex_la_LIBADD = \
- $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \
- $(GST_LIBS) $(MPLEX_LIBS)
-libgstmplex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(MPLEX_LDFLAGS)
-
-noinst_HEADERS = \
- gstmplex.hh \
- gstmplexibitstream.hh \
- gstmplexjob.hh \
- gstmplexoutputstream.hh