diff options
author | Martin Storsjö <martin@martin.st> | 2014-07-12 21:29:17 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2014-07-14 22:12:28 +0300 |
commit | f9900822fc5f0b0c7242ca318290c090bd5d0af0 (patch) | |
tree | ca87b48b1f52de02aad07efa842a90394414acfe | |
parent | acf91215c74a91eb3b86af01dcb1d3c78d0e2310 (diff) | |
download | ffmpeg-f9900822fc5f0b0c7242ca318290c090bd5d0af0.tar.gz |
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>
-rw-r--r-- | tests/fate/opus.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/opus.mak b/tests/fate/opus.mak index 5c638ffe84..161a94f472 100644 --- a/tests/fate/opus.mak +++ b/tests/fate/opus.mak @@ -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))) |