summaryrefslogtreecommitdiff
path: root/gst/videofilter
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 /gst/videofilter
parent6e8e3910d32502702400d76b32c521e1e85f09e5 (diff)
downloadgstreamer-plugins-good-c9a47c0c8db30a19d1402d76e93c688d11d73cdb.tar.gz
Remove autotools build system
Diffstat (limited to 'gst/videofilter')
-rw-r--r--gst/videofilter/.gitignore3
-rw-r--r--gst/videofilter/Makefile.am22
2 files changed, 0 insertions, 25 deletions
diff --git a/gst/videofilter/.gitignore b/gst/videofilter/.gitignore
deleted file mode 100644
index acc088043..000000000
--- a/gst/videofilter/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-gstvideoexample.h
-gstvideoexample.c
-
diff --git a/gst/videofilter/Makefile.am b/gst/videofilter/Makefile.am
deleted file mode 100644
index cb517fe9c..000000000
--- a/gst/videofilter/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-plugin_LTLIBRARIES = libgstvideofilter.la
-
-noinst_HEADERS = gstvideoflip.h gstvideobalance.h gstgamma.h gstvideomedian.h
-
-EXTRA_DIST = gstvideotemplate.c make_filter
-CLEANFILES = gstvideoexample.c
-
-libgstvideofilter_la_SOURCES = plugin.c \
- gstvideoflip.c \
- gstvideobalance.c \
- gstgamma.c \
- gstvideomedian.c
-libgstvideofilter_la_CFLAGS = $(GST_CFLAGS) \
- $(GST_BASE_CFLAGS) \
- $(GST_PLUGINS_BASE_CFLAGS)
-libgstvideofilter_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
- -lgstvideo-@GST_API_VERSION@ \
- $(GST_BASE_LIBS) $(GST_LIBS)
-libgstvideofilter_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(LIBM)
-
-gstvideoexample.c: $(srcdir)/make_filter $(srcdir)/gstvideotemplate.c
- $(srcdir)/make_filter Videoexample $(srcdir)/gstvideotemplate.c