summaryrefslogtreecommitdiff
path: root/gst/rawparse
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rawparse')
-rw-r--r--gst/rawparse/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/gst/rawparse/Makefile.am b/gst/rawparse/Makefile.am
deleted file mode 100644
index e0f09e733..000000000
--- a/gst/rawparse/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-
-plugin_LTLIBRARIES = libgstlegacyrawparse.la
-
-libgstlegacyrawparse_la_SOURCES = \
- gstaudioparse.c \
- gstvideoparse.c \
- plugin.c
-libgstlegacyrawparse_la_CFLAGS = \
- $(GST_PLUGINS_BASE_CFLAGS) \
- $(GST_BASE_CFLAGS) \
- $(GST_CFLAGS)
-libgstlegacyrawparse_la_LIBADD = \
- $(GST_PLUGINS_BASE_LIBS) \
- -lgstvideo-@GST_API_VERSION@ -lgstaudio-@GST_API_VERSION@ \
- $(GST_BASE_LIBS) \
- $(GST_LIBS)
-libgstlegacyrawparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-
-noinst_HEADERS = \
- gstaudioparse.h \
- gstvideoparse.h