mirror of https://git.ffmpeg.org/ffmpeg.git
fate-mpc: add dependencies
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
2e05143a8d
commit
08c6a12a56
|
@ -1,13 +1,13 @@
|
|||
FATE_MPC += fate-mpc7-demux
|
||||
FATE_MPC-$(CONFIG_MPC_DEMUXER) += fate-mpc7-demux
|
||||
fate-mpc7-demux: CMD = crc -i $(SAMPLES)/musepack/inside-mp7.mpc -acodec copy
|
||||
|
||||
FATE_MPC += fate-mpc8-demux
|
||||
FATE_MPC-$(CONFIG_MPC8_DEMUXER) += fate-mpc8-demux
|
||||
fate-mpc8-demux: CMD = crc -i $(SAMPLES)/musepack/inside-mp8.mpc -acodec copy
|
||||
|
||||
FATE_MPC += fate-musepack7
|
||||
FATE_MPC-$(call DEMDEC, MPC, MPC7) += 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_SAMPLES_AVCONV += $(FATE_MPC)
|
||||
fate-mpc: $(FATE_MPC)
|
||||
FATE_SAMPLES_AVCONV += $(FATE_MPC-yes)
|
||||
fate-mpc: $(FATE_MPC-yes)
|
||||
|
|
Loading…
Reference in New Issue