Move AppSrc/AppSink from gst-plugins-bad. Fixes #564421
[platform/upstream/gstreamer.git] / tests / examples / app / Makefile.am
1
2 noinst_PROGRAMS = appsrc_ex appsrc-stream appsrc-stream2 appsrc-ra \
3                   appsrc-seekable appsink-src
4
5 appsrc_ex_SOURCES = appsrc_ex.c
6 appsrc_ex_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
7 appsrc_ex_LDFLAGS = \
8     $(GST_LIBS) \
9     $(top_builddir)/gst-libs/gst/app/libgstapp-@GST_MAJORMINOR@.la
10
11 appsrc_stream_SOURCES = appsrc-stream.c
12 appsrc_stream_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
13 appsrc_stream_LDFLAGS = $(GST_LIBS)
14
15 appsrc_stream2_SOURCES = appsrc-stream2.c
16 appsrc_stream2_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
17 appsrc_stream2_LDFLAGS = $(GST_LIBS)
18
19 appsrc_ra_SOURCES = appsrc-ra.c
20 appsrc_ra_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
21 appsrc_ra_LDFLAGS = $(GST_LIBS)
22
23 appsrc_seekable_SOURCES = appsrc-seekable.c
24 appsrc_seekable_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
25 appsrc_seekable_LDFLAGS = $(GST_LIBS)
26
27 appsink_src_SOURCES = appsink-src.c
28 appsink_src_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
29 appsink_src_LDFLAGS = \
30     $(GST_LIBS) \
31     $(top_builddir)/gst-libs/gst/app/libgstapp-@GST_MAJORMINOR@.la
32