[SCM] libav/experimental: fate: Use the correct, local path to samples for opus reference files

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:03:51 UTC 2014


The following commit has been merged in the experimental branch:
commit f9900822fc5f0b0c7242ca318290c090bd5d0af0
Author: Martin Storsjö <martin at martin.st>
Date:   Sat Jul 12 21:29:17 2014 +0300

    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 at martin.st>

diff --git a/tests/fate/opus.mak b/tests/fate/opus.mak
index 5c638ff..161a94f 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)))

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list