mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
ba13606ca6
This allows having the samples accessible via different paths on the target and on the host. Signed-off-by: Martin Storsjö <martin@martin.st>
14 lines
549 B
Makefile
14 lines
549 B
Makefile
FATE_MPC-$(CONFIG_MPC_DEMUXER) += fate-mpc7-demux
|
|
fate-mpc7-demux: CMD = crc -i $(TARGET_SAMPLES)/musepack/inside-mp7.mpc -acodec copy
|
|
|
|
FATE_MPC-$(CONFIG_MPC8_DEMUXER) += fate-mpc8-demux
|
|
fate-mpc8-demux: CMD = crc -i $(TARGET_SAMPLES)/musepack/inside-mp8.mpc -acodec copy
|
|
|
|
FATE_MPC-$(call DEMDEC, MPC, MPC7) += fate-musepack7
|
|
fate-musepack7: CMD = pcm -i $(TARGET_SAMPLES)/musepack/inside-mp7.mpc
|
|
fate-musepack7: CMP = oneoff
|
|
fate-musepack7: REF = $(SAMPLES)/musepack/inside-mp7.pcm
|
|
|
|
FATE_SAMPLES_AVCONV += $(FATE_MPC-yes)
|
|
fate-mpc: $(FATE_MPC-yes)
|