summaryrefslogtreecommitdiffstats
path: root/tests/fate/vqf.mak
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-05-19 13:19:19 +0100
committerMans Rullgard <mans@mansr.com>2012-05-19 14:30:41 +0100
commit63dcd16d567862d94fe4b178e47f440e8ad6a2c9 (patch)
treeb4f7786c2ccf5289dacdb66a1e4071916cad8f94 /tests/fate/vqf.mak
parent8ccc1c597534ece9f3710a979b8a3fd6e43220a6 (diff)
downloadffmpeg-streaming-63dcd16d567862d94fe4b178e47f440e8ad6a2c9.zip
ffmpeg-streaming-63dcd16d567862d94fe4b178e47f440e8ad6a2c9.tar.gz
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/vqf.mak')
-rw-r--r--tests/fate/vqf.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fate/vqf.mak b/tests/fate/vqf.mak
index 7230366..1867635 100644
--- a/tests/fate/vqf.mak
+++ b/tests/fate/vqf.mak
@@ -1,7 +1,7 @@
-FATE_AVCONV += fate-twinvq
+FATE_SAMPLES_AVCONV += fate-twinvq
fate-twinvq: CMD = pcm -i $(SAMPLES)/vqf/achterba.vqf
fate-twinvq: CMP = oneoff
fate-twinvq: REF = $(SAMPLES)/vqf/achterba.pcm
-FATE_AVCONV += fate-vqf-demux
+FATE_SAMPLES_AVCONV += fate-vqf-demux
fate-vqf-demux: CMD = md5 -i $(SAMPLES)/vqf/achterba.vqf -acodec copy -f framecrc
OpenPOWER on IntegriCloud