gstreamer/tests/examples/controller/Makefile.am
Stefan Sauer 6e7915d5cd tests/examples: add a demo for the interpolation control source modes
This is in preparation for new modes to be added. In particullar it demonstrates
how the cubic splines overshoot the range.
2015-09-27 11:45:29 +02:00

17 lines
491 B
Makefile

noinst_PROGRAMS = audio-example control-sources text-color-example absolute-example
AM_CFLAGS = $(GST_OBJ_CFLAGS) -I$(top_builddir)/libs
LDADD = \
$(top_builddir)/libs/gst/controller/libgstcontroller-@GST_API_VERSION@.la \
$(GST_OBJ_LIBS)
if HAVE_GTK
noinst_PROGRAMS += controller-graph
controller_graph_CFLAGS = $(GST_OBJ_CFLAGS) $(GTK_CFLAGS)
controller_graph_LDADD = \
$(top_builddir)/libs/gst/controller/libgstcontroller-@GST_API_VERSION@.la \
$(GST_OBJ_LIBS) $(GTK_LIBS)
endif