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/h264.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/h264.mak')
-rw-r--r-- | tests/fate/h264.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/h264.mak b/tests/fate/h264.mak index 4d77617fc3..2e8521af82 100644 --- a/tests/fate/h264.mak +++ b/tests/fate/h264.mak @@ -177,7 +177,7 @@ FATE_H264 := $(FATE_H264:%=fate-h264-conformance-%) \ fate-h264-extreme-plane-pred \ fate-h264-bsf-mp4toannexb \ -FATE_TESTS += $(FATE_H264) +FATE_AVCONV += $(FATE_H264) fate-h264: $(FATE_H264) fate-h264-conformance-aud_mw_e: CMD = framecrc -i $(SAMPLES)/h264-conformance/AUD_MW_E.264 |