diff options
author | Mans Rullgard <mans@mansr.com> | 2012-05-19 13:19:19 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-05-19 14:30:41 +0100 |
commit | 63dcd16d567862d94fe4b178e47f440e8ad6a2c9 (patch) | |
tree | b4f7786c2ccf5289dacdb66a1e4071916cad8f94 /tests/fate/vorbis.mak | |
parent | 8ccc1c597534ece9f3710a979b8a3fd6e43220a6 (diff) | |
download | ffmpeg-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/vorbis.mak')
-rw-r--r-- | tests/fate/vorbis.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/vorbis.mak b/tests/fate/vorbis.mak index 578d7c4871..802c529e4d 100644 --- a/tests/fate/vorbis.mak +++ b/tests/fate/vorbis.mak @@ -76,6 +76,6 @@ FATE_VORBIS += fate-vorbis-19 fate-vorbis-19: CMD = pcm -i $(SAMPLES)/vorbis/test-short2_small.ogg fate-vorbis-19: REF = $(SAMPLES)/vorbis/test-short2_small.pcm -FATE_AVCONV += $(FATE_VORBIS) +FATE_SAMPLES_AVCONV += $(FATE_VORBIS) fate-vorbis: $(FATE_VORBIS) $(FATE_VORBIS): CMP = oneoff |