diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2019-10-13 14:22:50 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2019-10-14 13:54:27 +0100 |
commit | f218ec279449ece51faf86e0df7032aa02eb831f (patch) | |
tree | 48b00c61bdcfea8e50b18d5cb07a1007a93ead3c /gst/debugutils | |
parent | 4d528776b6a33fe08b0b00d63f0d18244e5f5411 (diff) | |
download | gstreamer-plugins-bad-f218ec279449ece51faf86e0df7032aa02eb831f.tar.gz |
Remove autotools build system
Diffstat (limited to 'gst/debugutils')
-rw-r--r-- | gst/debugutils/Makefile.am | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/gst/debugutils/Makefile.am b/gst/debugutils/Makefile.am deleted file mode 100644 index 66f782bcf..000000000 --- a/gst/debugutils/Makefile.am +++ /dev/null @@ -1,28 +0,0 @@ -plugin_LTLIBRARIES = libgstdebugutilsbad.la - -libgstdebugutilsbad_la_SOURCES = \ - gstdebugspy.c \ - debugutilsbad.c \ - fpsdisplaysink.c \ - gstchecksumsink.c \ - gstchopmydata.c \ - gstcompare.c \ - gstwatchdog.c \ - gsterrorignore.c \ - gstfakevideosink.c \ - gsttestsrcbin.c - -libgstdebugutilsbad_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) -libgstdebugutilsbad_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \ - -lgstvideo-$(GST_API_VERSION) \ - $(GST_LIBS) -libgstdebugutilsbad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) - -noinst_HEADERS = fpsdisplaysink.h \ - gstchecksumsink.h \ - gstchopmydata.h \ - gstcompare.h \ - gstdebugspy.h \ - gstwatchdog.h \ - gsterrorignore.h \ - gstfakevideosink.h |