mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 21:21:12 +00:00
0ac9bb7d99
Conflicts: tests/examples/audio/Makefile.am tests/examples/v4l/Makefile.am
6 lines
257 B
Makefile
6 lines
257 B
Makefile
|
|
noinst_PROGRAMS = testchannels
|
|
testchannels_SOURCES = testchannels.c
|
|
testchannels_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
|
testchannels_LDADD = $(top_builddir)/gst-libs/gst/audio/libgstaudio-$(GST_MAJORMINOR).la \
|
|
$(GST_LIBS)
|