diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-11-28 11:45:17 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-11-28 14:45:28 +0100 |
commit | 1f3f896564501c23b44fcf605567c78ce066b539 (patch) | |
tree | 832cfe7f77efefe08636dde4b56e7a18686f6944 /tests/fate/vorbis.mak | |
parent | 5116ac7774242a9e3fb661e8f30132b47f7720fd (diff) | |
download | ffmpeg-1f3f896564501c23b44fcf605567c78ce066b539.tar.gz |
fate: Add dependencies for Vorbis, ProRes, QTRLE, utvideo tests
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 774cb350d1..39a97246a9 100644 --- a/tests/fate/vorbis.mak +++ b/tests/fate/vorbis.mak @@ -80,6 +80,6 @@ FATE_VORBIS += fate-vorbis-20 fate-vorbis-20: CMD = pcm -i $(SAMPLES)/vorbis/6.ogg fate-vorbis-20: REF = $(SAMPLES)/vorbis/6.pcm -FATE_SAMPLES_AVCONV += $(FATE_VORBIS) +FATE_SAMPLES_AVCONV-$(call DEMDEC, OGG, VORBIS) += $(FATE_VORBIS) fate-vorbis: $(FATE_VORBIS) $(FATE_VORBIS): CMP = oneoff |