mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +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
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue