summaryrefslogtreecommitdiff
path: root/gst/videocrop
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/videocrop
parent6e8e3910d32502702400d76b32c521e1e85f09e5 (diff)
downloadgstreamer-plugins-good-c9a47c0c8db30a19d1402d76e93c688d11d73cdb.tar.gz
Remove autotools build system
Diffstat (limited to 'gst/videocrop')
-rw-r--r--gst/videocrop/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/gst/videocrop/Makefile.am b/gst/videocrop/Makefile.am
deleted file mode 100644
index 3520c2133..000000000
--- a/gst/videocrop/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-plugin_LTLIBRARIES = libgstvideocrop.la
-
-# Note: we only use defines from gst/video/video.h, but none
-# of the functions, so we don't need to link to libgstvideo
-
-libgstvideocrop_la_SOURCES = gstvideocrop.c gstaspectratiocrop.c
-libgstvideocrop_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
- $(GST_PLUGINS_BASE_CFLAGS)
-libgstvideocrop_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION)
-libgstvideocrop_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-
-noinst_HEADERS = gstvideocrop.h gstaspectratiocrop.h