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-libs/gst/basecamerabinsrc | |
parent | 4d528776b6a33fe08b0b00d63f0d18244e5f5411 (diff) | |
download | gstreamer-plugins-bad-f218ec279449ece51faf86e0df7032aa02eb831f.tar.gz |
Remove autotools build system
Diffstat (limited to 'gst-libs/gst/basecamerabinsrc')
-rw-r--r-- | gst-libs/gst/basecamerabinsrc/Makefile.am | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/gst-libs/gst/basecamerabinsrc/Makefile.am b/gst-libs/gst/basecamerabinsrc/Makefile.am deleted file mode 100644 index 3a669ad62..000000000 --- a/gst-libs/gst/basecamerabinsrc/Makefile.am +++ /dev/null @@ -1,27 +0,0 @@ - -lib_LTLIBRARIES = libgstbasecamerabinsrc-@GST_API_VERSION@.la - -CLEANFILES = $(BUILT_SOURCES) - -libgstbasecamerabinsrc_@GST_API_VERSION@_la_SOURCES = \ - gstcamerabin-enum.c \ - gstcamerabinpreview.c \ - gstbasecamerasrc.c - -libgstbasecamerabinsrc_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/basecamerabinsrc -libgstbasecamerabinsrc_@GST_API_VERSION@include_HEADERS = \ - basecamerabinsrc-prelude.h \ - gstcamerabin-enum.h \ - gstcamerabinpreview.h \ - gstbasecamerasrc.h - -libgstbasecamerabinsrc_@GST_API_VERSION@_la_CFLAGS = \ - $(GST_PLUGINS_BAD_CFLAGS) \ - $(GST_PLUGINS_BASE_CFLAGS) \ - -DGST_USE_UNSTABLE_API \ - -DBUILDING_GST_BASE_CAMERA_BIN_SRC \ - $(GST_CFLAGS) -libgstbasecamerabinsrc_@GST_API_VERSION@_la_LIBADD = \ - -lgstapp-$(GST_API_VERSION) $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) - -libgstbasecamerabinsrc_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS) |