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/bmp.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/bmp.mak')
-rw-r--r-- | tests/fate/bmp.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/bmp.mak b/tests/fate/bmp.mak index 56b5059a33..4a01bb0e2a 100644 --- a/tests/fate/bmp.mak +++ b/tests/fate/bmp.mak @@ -37,5 +37,5 @@ fate-bmp-rle4: CMD = framecrc -i $(SAMPLES)/bmp/testcompress4.bmp -pix_fmt rgb24 FATE_BMP += fate-bmp-rle8 fate-bmp-rle8: CMD = framecrc -i $(SAMPLES)/bmp/testcompress8.bmp -pix_fmt rgb24 -FATE_TESTS += $(FATE_BMP) +FATE_AVCONV += $(FATE_BMP) fate-bmp: $(FATE_BMP) |