mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-09 14:14:39 +02:00
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>
15 lines
466 B
Makefile
15 lines
466 B
Makefile
FATE_MPC += fate-mpc7-demux
|
|
fate-mpc7-demux: CMD = crc -i $(SAMPLES)/musepack/inside-mp7.mpc -acodec copy
|
|
|
|
FATE_MPC += fate-mpc8-demux
|
|
fate-mpc8-demux: CMD = crc -i $(SAMPLES)/musepack/inside-mp8.mpc -acodec copy
|
|
|
|
FATE_MPC += fate-musepack7
|
|
fate-musepack7: CMD = pcm -i $(SAMPLES)/musepack/inside-mp7.mpc
|
|
fate-musepack7: CMP = oneoff
|
|
fate-musepack7: REF = $(SAMPLES)/musepack/inside-mp7.pcm
|
|
fate-musepack7: FUZZ = 1
|
|
|
|
FATE_AVCONV += $(FATE_MPC)
|
|
fate-mpc: $(FATE_MPC)
|