mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-02 01:41:07 +00:00
7 lines
221 B
Makefile
7 lines
221 B
Makefile
|
|
||
|
noinst_PROGRAMS = testchannels
|
||
|
testchannels_SOURCES = testchannels.c
|
||
|
testchannels_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
||
|
testchannels_LDADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) $(GST_LIBS)
|
||
|
|