mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 12:21:30 +00:00
c32233b7fc
Original commit message from CVS: added controller code removed dparam pc files
9 lines
272 B
Makefile
9 lines
272 B
Makefile
include ../Rules
|
|
|
|
tests_pass = interpolator
|
|
tests_fail =
|
|
tests_ignore =
|
|
|
|
interpolator_SOURCES = interpolator.c
|
|
interpolator_CFLAGS = $(GST_OBJ_CFLAGS) -I$(top_builddir)/libs
|
|
interpolator_LDFLAGS = $(top_builddir)/libs/gst/controller/libgstcontroller-@GST_MAJORMINOR@.la
|