mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
7 lines
217 B
Makefile
7 lines
217 B
Makefile
|
noinst_PROGRAMS = probe
|
||
|
|
||
|
probe_SOURCES = probe.c
|
||
|
probe_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
||
|
probe_LDFLAGS = $(GST_BASE_LIBS) $(GST_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-0.10
|
||
|
|