gstreamer/tests/examples/encoding/Makefile.am
Edward Hervey a5994446b3 examples: encoding example
Along with gstcapslist
2010-12-15 11:54:32 +01:00

11 lines
347 B
Makefile

examples = encoding
encoding_SOURCES = gstcapslist.c encoding.c
EXTRA_DIST = gstcapslist.h
noinst_PROGRAMS = $(examples)
LDADD = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_MAJORMINOR@.la\
-lgstpbutils-@GST_MAJORMINOR@
$(GST_LIBS)
AM_CFLAGS = -I$(top_builddir)/gst-libs $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)