audiomixer: Add test for the ORC code

This commit is contained in:
Sebastian Dröge 2013-11-09 12:18:02 +01:00
parent ed295e83c2
commit 430175f3c9

View file

@ -125,7 +125,7 @@ check_mimic=
endif
if HAVE_ORC
check_orc = orc/bayer
check_orc = orc/bayer orc/audiomixer
else
check_orc =
endif
@ -391,6 +391,14 @@ orc/bayer.c: $(top_srcdir)/gst/bayer/gstbayerorc.orc
$(MKDIR_P) orc
$(ORCC) --test -o $@ $<
orc_audiomixer_CFLAGS = $(ORC_CFLAGS)
orc_audiomixer_LDADD = $(ORC_LIBS) -lorc-test-0.4
orc/audiomixer.c: $(top_srcdir)/gst/audiomixer/gstaudiomixerorc.orc
$(MKDIR_P) orc
$(ORCC) --test -o $@ $<
distclean-local-orc:
rm -rf orc