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>
8 lines
267 B
Makefile
8 lines
267 B
Makefile
FATE_AVCONV += fate-twinvq
|
|
fate-twinvq: CMD = pcm -i $(SAMPLES)/vqf/achterba.vqf
|
|
fate-twinvq: CMP = oneoff
|
|
fate-twinvq: REF = $(SAMPLES)/vqf/achterba.pcm
|
|
|
|
FATE_AVCONV += fate-vqf-demux
|
|
fate-vqf-demux: CMD = md5 -i $(SAMPLES)/vqf/achterba.vqf -acodec copy -f framecrc
|