You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
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: Martin Storsjö <martin@martin.st>
This commit is contained in:
@@ -15,7 +15,7 @@ define FATE_OPUS_TEST
|
||||
FATE_OPUS += 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): REF = $(TARGET_SAMPLES)/opus/$(1).f32
|
||||
fate-opus-$(1): REF = $(SAMPLES)/opus/$(1).f32
|
||||
endef
|
||||
|
||||
$(foreach N,$(OPUS_CELT_SAMPLES), $(eval $(call FATE_OPUS_TEST,$(N),_CELT)))
|
||||
|
Reference in New Issue
Block a user