mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-04 23:30:05 +00:00
tests/icles: make cog test program depend on USE_COG. Fixes build without orc.
This commit is contained in:
parent
788e94f835
commit
a869fd39fe
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,7 @@ else
|
|||
COG_TESTS =
|
||||
endif
|
||||
|
||||
if USE_COG
|
||||
BUILT_SOURCES = cog-test.c
|
||||
CLEANFILES = cog-test.c
|
||||
|
||||
|
@ -55,6 +56,7 @@ cog-test.c: $(srcdir)/../../ext/cog/cog.orc
|
|||
cog_test_SOURCES = cog-test.c
|
||||
cog_test_CFLAGS = $(COG_CFLAGS)
|
||||
cog_test_LDADD = -lorc-test-0.4 $(COG_LIBS)
|
||||
endif
|
||||
|
||||
equalizer_test_SOURCES = equalizer-test.c
|
||||
equalizer_test_CFLAGS = $(GST_CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue