mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
9667ba688e
matrix-value-array property is removed since
18917de956
commit applied
https://bugzilla.gnome.org/show_bug.cgi?id=790836
15 lines
417 B
Makefile
15 lines
417 B
Makefile
TEST_AUDIOMIXMATRIX_EXAMPLES = test-audiomixmatrix
|
|
|
|
test_audiomixmatrix_SOURCES = test-audiomixmatrix.c
|
|
test_audiomixmatrix_CFLAGS = \
|
|
$(GST_PLUGINS_BAD_CFLAGS) \
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
|
$(GST_CFLAGS) \
|
|
$(GMODULE_EXPORT_CFLAGS)
|
|
test_audiomixmatrix_LDADD = \
|
|
$(GST_PLUGINS_BASE_LIBS) \
|
|
$(GST_LIBS) \
|
|
$(GMODULE_EXPORT_LIBS)
|
|
|
|
noinst_PROGRAMS = $(TEST_AUDIOMIXMATRIX_EXAMPLES)
|
|
|