projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
788e94f
)
tests/icles: make cog test program depend on USE_COG. Fixes build without orc.
author
Michael Smith
<msmith@songbirdnest.com>
Fri, 20 Nov 2009 21:41:27 +0000
(13:41 -0800)
committer
Michael Smith
<msmith@songbirdnest.com>
Fri, 20 Nov 2009 21:41:27 +0000
(13:41 -0800)
tests/icles/Makefile.am
patch
|
blob
|
history
diff --git
a/tests/icles/Makefile.am
b/tests/icles/Makefile.am
index 9ea9f1cfcbccb5b3045d9c75d1b3c99d84c73ff2..db5dbcf07cebc8bfae7a120e341036f904727075 100644
(file)
--- a/
tests/icles/Makefile.am
+++ b/
tests/icles/Makefile.am
@@
-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)