summaryrefslogtreecommitdiff
path: root/gst-vocschnipselssink/src/Makefile.am
diff options
context:
space:
mode:
authorMaZderMind <github@mazdermind.de>2015-05-14 17:29:36 +0200
committerMaZderMind <github@mazdermind.de>2015-05-14 17:29:36 +0200
commit66d7b53682f87541dcd0970bd76bcb3b677977fb (patch)
tree13e9a411a0c3cdcb7ea6669f8feac09c4b14b983 /gst-vocschnipselssink/src/Makefile.am
parent0b222cd7f66375356f3826a5c0f77f15a3793f0d (diff)
remove schnipselsink, we'll use ffmpeg for recording
Diffstat (limited to 'gst-vocschnipselssink/src/Makefile.am')
-rw-r--r--gst-vocschnipselssink/src/Makefile.am26
1 files changed, 0 insertions, 26 deletions
diff --git a/gst-vocschnipselssink/src/Makefile.am b/gst-vocschnipselssink/src/Makefile.am
deleted file mode 100644
index ca42aa0..0000000
--- a/gst-vocschnipselssink/src/Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
-# Note: plugindir is set in configure
-
-##############################################################################
-# TODO: change libgstplugin.la to something else, e.g. libmysomething.la #
-##############################################################################
-plugin_LTLIBRARIES = libgstvocschnipselsink.la
-
-##############################################################################
-# TODO: for the next set of variables, name the prefix if you named the .la, #
-# e.g. libmysomething.la => libmysomething_la_SOURCES #
-# libmysomething_la_CFLAGS #
-# libmysomething_la_LIBADD #
-# libmysomething_la_LDFLAGS #
-##############################################################################
-
-# sources used to compile this plug-in
-libgstvocschnipselsink_la_SOURCES = gstvocschnipselsink.c gstvocschnipselsink.h
-
-# compiler and linker flags used to compile this plugin, set in configure.ac
-libgstvocschnipselsink_la_CFLAGS = $(GST_CFLAGS)
-libgstvocschnipselsink_la_LIBADD = $(GST_LIBS)
-libgstvocschnipselsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstvocschnipselsink_la_LIBTOOLFLAGS = --tag=disable-static
-
-# headers we need but don't want installed
-noinst_HEADERS = gstvocschnipselsink.h