mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
31f3c94760
* qatar/master: fate: fix dependencies on SAMPLES being set fate: remove unnecessary libavfilter dependency Conflicts: ffmpeg.c tests/Makefile tests/fate/aac.mak tests/fate/audio.mak tests/fate/demux.mak tests/fate/ea.mak tests/fate/image.mak tests/fate/lossless-audio.mak tests/fate/lossless-video.mak tests/fate/microsoft.mak tests/fate/mpc.mak tests/fate/probe.mak tests/fate/qt.mak tests/fate/real.mak tests/fate/screen.mak tests/fate/video.mak tests/fate/voice.mak tests/fate/vqf.mak tests/ref/fate/idroq-video-encode tests/ref/fate/vc1-ism Merged-by: Michael Niedermayer <michaelni@gmx.at>
49 lines
1.5 KiB
Makefile
49 lines
1.5 KiB
Makefile
FATE_REAL += fate-ra-144
|
|
fate-ra-144: CMD = md5 -i $(SAMPLES)/real/ra3_in_rm_file.rm -f s16le
|
|
|
|
FATE_REAL += fate-ra-288
|
|
fate-ra-288: CMD = pcm -i $(SAMPLES)/real/ra_288.rm
|
|
fate-ra-288: CMP = oneoff
|
|
fate-ra-288: REF = $(SAMPLES)/real/ra_288.pcm
|
|
fate-ra-288: FUZZ = 2
|
|
|
|
FATE_REAL += fate-ra-cook
|
|
fate-ra-cook: CMD = pcm -i $(SAMPLES)/real/ra_cook.rm
|
|
fate-ra-cook: CMP = oneoff
|
|
fate-ra-cook: REF = $(SAMPLES)/real/ra_cook.pcm
|
|
|
|
FATE_REAL += fate-ralf
|
|
fate-ralf: CMD = md5 -i $(SAMPLES)/lossless-audio/luckynight-partial.rmvb -vn -f s16le
|
|
|
|
FATE_REAL += fate-rv30
|
|
fate-rv30: CMD = framecrc -flags +bitexact -dct fastint -idct simple -i $(SAMPLES)/real/rv30.rm -an
|
|
|
|
FATE_REAL += fate-rv40
|
|
fate-rv40: CMD = framecrc -i $(SAMPLES)/real/spygames-2MB.rmvb -t 10 -an
|
|
|
|
FATE_SIPR += fate-sipr-5k0
|
|
fate-sipr-5k0: CMD = pcm -i $(SAMPLES)/sipr/sipr_5k0.rm
|
|
fate-sipr-5k0: CMP = oneoff
|
|
fate-sipr-5k0: REF = $(SAMPLES)/sipr/sipr_5k0.pcm
|
|
|
|
FATE_SIPR += fate-sipr-6k5
|
|
fate-sipr-6k5: CMD = pcm -i $(SAMPLES)/sipr/sipr_6k5.rm
|
|
fate-sipr-6k5: CMP = oneoff
|
|
fate-sipr-6k5: REF = $(SAMPLES)/sipr/sipr_6k5.pcm
|
|
|
|
FATE_SIPR += fate-sipr-8k5
|
|
fate-sipr-8k5: CMD = pcm -i $(SAMPLES)/sipr/sipr_8k5.rm
|
|
fate-sipr-8k5: CMP = oneoff
|
|
fate-sipr-8k5: REF = $(SAMPLES)/sipr/sipr_8k5.pcm
|
|
|
|
FATE_SIPR += fate-sipr-16k
|
|
fate-sipr-16k: CMD = pcm -i $(SAMPLES)/sipr/sipr_16k.rm
|
|
fate-sipr-16k: CMP = oneoff
|
|
fate-sipr-16k: REF = $(SAMPLES)/sipr/sipr_16k.pcm
|
|
|
|
FATE_REAL += $(FATE_SIPR)
|
|
fate-sipr: $(FATE_SIPR)
|
|
|
|
FATE_SAMPLES_FFMPEG += $(FATE_REAL)
|
|
fate-real: $(FATE_REAL)
|