From 25c51917b442748b9862528b736f8562bf9a5a89 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sun, 11 Mar 2007 00:48:26 +0000 Subject: Add appsrc/appsink example. Original commit message from CVS: * configure.ac: * examples/Makefile.am: * examples/app/Makefile.am: * examples/app/appsrc_ex.c: Add appsrc/appsink example. * gst-libs/gst/app/Makefile.am: * gst-libs/gst/app/gstapp.c: * gst-libs/gst/app/gstappsink.c: * gst-libs/gst/app/gstappsink.h: * gst/app/gstapp.c: Add appsink. --- examples/app/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/app/Makefile.am (limited to 'examples/app/Makefile.am') diff --git a/examples/app/Makefile.am b/examples/app/Makefile.am new file mode 100644 index 00000000..0b950515 --- /dev/null +++ b/examples/app/Makefile.am @@ -0,0 +1,9 @@ + +noinst_PROGRAMS = appsrc_ex + +appsrc_ex_SOURCES = appsrc_ex.c +appsrc_ex_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS) +appsrc_ex_LDFLAGS = \ + $(GST_LIBS) \ + $(top_builddir)/gst-libs/gst/app/libgstapp-@GST_MAJORMINOR@.la + -- cgit v1.2.1