Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-05-19 16:19:19 +0400
committerMans Rullgard <mans@mansr.com>2012-05-19 17:30:41 +0400
commit63dcd16d567862d94fe4b178e47f440e8ad6a2c9 (patch)
treeb4f7786c2ccf5289dacdb66a1e4071916cad8f94 /tests/fate/amrwb.mak
parent8ccc1c597534ece9f3710a979b8a3fd6e43220a6 (diff)
fate: fix dependencies on SAMPLES being set
This allows fate to run without errors with or without SAMPLES being set. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests/fate/amrwb.mak')
-rw-r--r--tests/fate/amrwb.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/amrwb.mak b/tests/fate/amrwb.mak
index 112262940e..571fac0b35 100644
--- a/tests/fate/amrwb.mak
+++ b/tests/fate/amrwb.mak
@@ -58,5 +58,5 @@ fate-amrwb-23k85-2: CMP = stddev
fate-amrwb-23k85-2: REF = $(SAMPLES)/amrwb/deus-23k85.pcm
fate-amrwb-23k85-2: FUZZ = 1
-FATE_AVCONV += $(FATE_AMRWB)
+FATE_SAMPLES_AVCONV += $(FATE_AMRWB)
fate-amrwb: $(FATE_AMRWB)