mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 10:38:27 +00:00
audiomixer: Add test for the ORC code
This commit is contained in:
parent
ed295e83c2
commit
430175f3c9
1 changed files with 9 additions and 1 deletions
|
@ -125,7 +125,7 @@ check_mimic=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if HAVE_ORC
|
if HAVE_ORC
|
||||||
check_orc = orc/bayer
|
check_orc = orc/bayer orc/audiomixer
|
||||||
else
|
else
|
||||||
check_orc =
|
check_orc =
|
||||||
endif
|
endif
|
||||||
|
@ -391,6 +391,14 @@ orc/bayer.c: $(top_srcdir)/gst/bayer/gstbayerorc.orc
|
||||||
$(MKDIR_P) orc
|
$(MKDIR_P) orc
|
||||||
$(ORCC) --test -o $@ $<
|
$(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:
|
distclean-local-orc:
|
||||||
rm -rf orc
|
rm -rf orc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue