mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
f7c2dca0d9
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>
6 lines
170 B
Makefile
6 lines
170 B
Makefile
FATE-yes += fate-idct8x8
|
|
fate-idct8x8: libavcodec/dct-test$(EXESUF)
|
|
fate-idct8x8: CMD = run libavcodec/dct-test -i
|
|
fate-idct8x8: REF = /dev/null
|
|
fate-idct8x8: CMP = null
|