mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
icles: Add equalizer-test to the build system
This commit is contained in:
parent
dd77fddeea
commit
4f78d85707
1 changed files with 5 additions and 1 deletions
|
@ -39,6 +39,10 @@ else
|
|||
X_TESTS =
|
||||
endif
|
||||
|
||||
equalizer_test_SOURCES = equalizer-test.c
|
||||
equalizer_test_CFLAGS = $(GST_CFLAGS)
|
||||
equalizer_test_LDADD = $(GST_LIBS)
|
||||
|
||||
videocrop_test_SOURCES = videocrop-test.c
|
||||
videocrop_test_CFLAGS = $(GST_CFLAGS)
|
||||
videocrop_test_LDADD = $(GST_LIBS)
|
||||
|
@ -51,5 +55,5 @@ videocrop2_test_SOURCES = videocrop2-test.c
|
|||
videocrop2_test_CFLAGS = $(GST_CFLAGS)
|
||||
videocrop2_test_LDADD = $(GST_LIBS)
|
||||
|
||||
noinst_PROGRAMS = $(GTK_TESTS) $(OSS4_TESTS) $(V4L2_TESTS) $(X_TESTS) videocrop-test videobox-test videocrop2-test
|
||||
noinst_PROGRAMS = $(GTK_TESTS) $(OSS4_TESTS) $(V4L2_TESTS) $(X_TESTS) equalizer-test videocrop-test videobox-test videocrop2-test
|
||||
|
||||
|
|
Loading…
Reference in a new issue