mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
10 lines
272 B
Makefile
10 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
|