diff options
author | Mans Rullgard <mans@mansr.com> | 2012-05-08 22:07:26 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-05-09 14:13:34 +0100 |
commit | f7c2dca0d9f63caeab7277e64b30fb5d6d3aa071 (patch) | |
tree | ae4ebff6ead4f8b228ba40af97e2b4f3052e9a06 /tests/fate/prores.mak | |
parent | 63e01c2f19f18ac3fe8caf2c9740fb20a243e52c (diff) | |
download | ffmpeg-f7c2dca0d9f63caeab7277e64b30fb5d6d3aa071.tar.gz |
fate: improve dependencies
This makes only tests actually using avconv depend on it.
The remaining tests already depend on what they need.
Signed-off-by: Mans Rullgard <mans@mansr.com>
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 fb6f6cb8cc..6112e7f54b 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_TESTS += $(FATE_PRORES) +FATE_AVCONV += $(FATE_PRORES) fate-prores: $(FATE_PRORES) fate-prores-422: CMD = framecrc -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422.mov -pix_fmt yuv422p10le |