mirror of https://github.com/FFmpeg/FFmpeg.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
424 B
12 lines
424 B
13 years ago
|
FATE_TESTS += fate-mpc7-demux
|
||
|
fate-mpc7-demux: CMD = crc -i $(SAMPLES)/musepack/inside-mp7.mpc -acodec copy
|
||
|
|
||
|
FATE_TESTS += fate-mpc8-demux
|
||
|
fate-mpc8-demux: CMD = crc -i $(SAMPLES)/musepack/inside-mp8.mpc -acodec copy
|
||
|
|
||
|
FATE_TESTS += 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
|