mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-17 13:04:50 +00: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>
21 lines
768 B
Makefile
21 lines
768 B
Makefile
FATE_AVCONV += fate-ea-cdata
|
|
fate-ea-cdata: CMD = md5 -i $(SAMPLES)/ea-cdata/166b084d.46410f77.0009b440.24be960c.cdata -f s16le
|
|
|
|
FATE_AVCONV += fate-ea-cmv
|
|
fate-ea-cmv: CMD = framecrc -i $(SAMPLES)/ea-cmv/TITLE.CMV -pix_fmt rgb24
|
|
|
|
FATE_AVCONV += fate-ea-tgq
|
|
fate-ea-tgq: CMD = framecrc -i $(SAMPLES)/ea-tgq/v27.tgq -an
|
|
|
|
FATE_AVCONV += fate-ea-tqi
|
|
fate-ea-tqi: CMD = framecrc -i $(SAMPLES)/ea-wve/networkBackbone-partial.wve -frames:v 26 -an
|
|
|
|
FATE_AVCONV += fate-ea-mad
|
|
fate-ea-mad: CMD = framecrc -i $(SAMPLES)/ea-mad/NFS6LogoE.mad -an
|
|
|
|
FATE_AVCONV += fate-ea-tgv-1
|
|
fate-ea-tgv-1: CMD = framecrc -i $(SAMPLES)/ea-tgv/INTRO8K-partial.TGV -pix_fmt rgb24 -an
|
|
|
|
FATE_AVCONV += fate-ea-tgv-2
|
|
fate-ea-tgv-2: CMD = framecrc -i $(SAMPLES)/ea-tgv/INTEL_S.TGV -pix_fmt rgb24 -an
|