summaryrefslogtreecommitdiff
path: root/gst/asfdemux
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-06-09 00:30:53 +0100
committerTim-Philipp Müller <tim@centricular.com>2019-10-13 14:19:11 +0100
commit3cd445a490cc36eb8c64000cb384f78f9ab7e7af (patch)
treeded0e7e5c0bada312b474d0a6bf12bf9889e5037 /gst/asfdemux
parent3f24460e3760fec8b9c82e16196f346876581372 (diff)
downloadgstreamer-plugins-ugly-3cd445a490cc36eb8c64000cb384f78f9ab7e7af.tar.gz
Remove autotools build system
Diffstat (limited to 'gst/asfdemux')
-rw-r--r--gst/asfdemux/.gitignore1
-rw-r--r--gst/asfdemux/Makefile.am13
2 files changed, 0 insertions, 14 deletions
diff --git a/gst/asfdemux/.gitignore b/gst/asfdemux/.gitignore
deleted file mode 100644
index 68806b95..00000000
--- a/gst/asfdemux/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-libgstasf_la-gstasfmux.loT
diff --git a/gst/asfdemux/Makefile.am b/gst/asfdemux/Makefile.am
deleted file mode 100644
index dcc7b274..00000000
--- a/gst/asfdemux/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-plugin_LTLIBRARIES = libgstasf.la
-
-libgstasf_la_SOURCES = gstasfdemux.c gstasf.c asfheaders.c asfpacket.c gstrtpasfdepay.c gstrtspwms.c
-libgstasf_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
-libgstasf_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
- -lgstvideo-@GST_API_VERSION@ \
- -lgstriff-@GST_API_VERSION@ -lgstrtsp-@GST_API_VERSION@ -lgstsdp-@GST_API_VERSION@ \
- -lgstrtp-@GST_API_VERSION@ -lgstaudio-@GST_API_VERSION@ -lgsttag-@GST_API_VERSION@ \
- $(GST_BASE_LIBS) $(GST_LIBS) \
- $(WIN32_LIBS)
-libgstasf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-
-noinst_HEADERS = gstasfdemux.h asfheaders.h asfpacket.h gstrtpasfdepay.h gstrtspwms.h