Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-06-09 02:43:00 +0300
committerTim-Philipp Müller <tim@centricular.com>2019-10-14 13:04:18 +0300
commitc9a47c0c8db30a19d1402d76e93c688d11d73cdb (patch)
tree2bd00ceaffb9680bf98aab2728199dc1d47e90fe /gst/multipart
parent6e8e3910d32502702400d76b32c521e1e85f09e5 (diff)
Remove autotools build system
Diffstat (limited to 'gst/multipart')
-rw-r--r--gst/multipart/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/gst/multipart/Makefile.am b/gst/multipart/Makefile.am
deleted file mode 100644
index 8c730e87d..000000000
--- a/gst/multipart/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-plugin_LTLIBRARIES = libgstmultipart.la
-
-libgstmultipart_la_SOURCES = multipart.c multipartdemux.c multipartmux.c
-libgstmultipart_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
-libgstmultipart_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
-libgstmultipart_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-
-noinst_HEADERS = multipartdemux.h multipartmux.h