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/prores.mak | |
parent | 5116ac7774242a9e3fb661e8f30132b47f7720fd (diff) | |
download | ffmpeg-1f3f896564501c23b44fcf605567c78ce066b539.tar.gz |
fate: Add dependencies for Vorbis, ProRes, QTRLE, utvideo tests
Diffstat (limited to 'tests/fate/prores.mak')
-rw-r--r-- | tests/fate/prores.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/prores.mak b/tests/fate/prores.mak index 1d76fff942..9c1a1b1eec 100644 --- a/tests/fate/prores.mak +++ b/tests/fate/prores.mak @@ -4,7 +4,7 @@ FATE_PRORES = fate-prores-422 \ fate-prores-422_proxy \ fate-prores-alpha \ -FATE_SAMPLES_AVCONV += $(FATE_PRORES) +FATE_SAMPLES_AVCONV-$(call DEMDEC, MOV, PRORES) += $(FATE_PRORES) fate-prores: $(FATE_PRORES) fate-prores-422: CMD = framecrc -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422.mov -pix_fmt yuv422p10le |