mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
6 lines
211 B
Makefile
6 lines
211 B
Makefile
noinst_PROGRAMS = shapewipe-example
|
|
|
|
shapewipe_example_CFLAGS = $(GST_CFLAGS) $(GST_CONTROLLER_LIBS)
|
|
shapewipe_example_LDADD = $(GST_LIBS) $(GST_CONTROLLER_LIBS)
|
|
shapewipe_example_SOURCES = shapewipe-example.c
|
|
|