summaryrefslogtreecommitdiff
path: root/ext/speex
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-06-09 00:43:00 +0100
committerTim-Philipp Müller <tim@centricular.com>2019-10-14 11:04:18 +0100
commitc9a47c0c8db30a19d1402d76e93c688d11d73cdb (patch)
tree2bd00ceaffb9680bf98aab2728199dc1d47e90fe /ext/speex
parent6e8e3910d32502702400d76b32c521e1e85f09e5 (diff)
downloadgstreamer-plugins-good-c9a47c0c8db30a19d1402d76e93c688d11d73cdb.tar.gz
Remove autotools build system
Diffstat (limited to 'ext/speex')
-rw-r--r--ext/speex/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/ext/speex/Makefile.am b/ext/speex/Makefile.am
deleted file mode 100644
index 930f594e9..000000000
--- a/ext/speex/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-plugin_LTLIBRARIES = libgstspeex.la
-
-libgstspeex_la_SOURCES = gstspeex.c gstspeexdec.c gstspeexenc.c
-libgstspeex_la_CFLAGS = -DGST_USE_UNSTABLE_API \
- $(GST_PLUGINS_BASE_CFLAGS) \
- $(GST_BASE_CFLAGS) \
- $(GST_CFLAGS) \
- $(SPEEX_CFLAGS)
-libgstspeex_la_LIBADD = \
- $(GST_PLUGINS_BASE_LIBS) \
- -lgsttag-$(GST_API_VERSION) -lgstaudio-$(GST_API_VERSION) \
- $(GST_BASE_LIBS) \
- $(GST_LIBS) \
- $(SPEEX_LIBS)
-libgstspeex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(LIBM)
-
-noinst_HEADERS = gstspeexenc.h gstspeexdec.h