mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
6e7915d5cd
This is in preparation for new modes to be added. In particullar it demonstrates how the cubic splines overshoot the range.
17 lines
No EOL
491 B
Makefile
17 lines
No EOL
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 |