mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
57d8ba0fd2
Fixes bug #588550.
9 lines
285 B
Makefile
9 lines
285 B
Makefile
noinst_PROGRAMS = probe
|
|
|
|
probe_SOURCES = probe.c
|
|
probe_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \
|
|
$(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|
probe_LDFLAGS = $(GST_PLUGINS_BASE_LIBS) \
|
|
$(GST_BASE_LIBS) $(GST_LIBS) \
|
|
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la
|
|
|