Skip to content
Snippets Groups Projects
Commit f9900822 authored by Martin Storsjö's avatar Martin Storsjö
Browse files

fate: Use the correct, local path to samples for opus reference files


This fixes running fate in configs where the samples are located
in a different path on the target.

Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent acf91215
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ define FATE_OPUS_TEST ...@@ -15,7 +15,7 @@ define FATE_OPUS_TEST
FATE_OPUS += fate-opus-$(1) FATE_OPUS += fate-opus-$(1)
FATE_OPUS$(2) += fate-opus-$(1) FATE_OPUS$(2) += fate-opus-$(1)
fate-opus-$(1): CMD = avconv -i $(TARGET_SAMPLES)/opus/$(1).mka -f f32le - fate-opus-$(1): CMD = avconv -i $(TARGET_SAMPLES)/opus/$(1).mka -f f32le -
fate-opus-$(1): REF = $(TARGET_SAMPLES)/opus/$(1).f32 fate-opus-$(1): REF = $(SAMPLES)/opus/$(1).f32
endef endef
$(foreach N,$(OPUS_CELT_SAMPLES), $(eval $(call FATE_OPUS_TEST,$(N),_CELT))) $(foreach N,$(OPUS_CELT_SAMPLES), $(eval $(call FATE_OPUS_TEST,$(N),_CELT)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment