mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
1f5e5d2205
* commit 'ba13606ca6adbc74b4db4a72b0769397d6408791': fate: Add a --target-samples path parameter Conflicts: configure tests/fate/audio.mak tests/fate/cover-art.mak tests/fate/demux.mak tests/fate/ea.mak tests/fate/filter-video.mak tests/fate/h264.mak tests/fate/image.mak tests/fate/lossless-audio.mak tests/fate/lossless-video.mak tests/fate/microsoft.mak tests/fate/pcm.mak tests/fate/prores.mak tests/fate/qt.mak tests/fate/real.mak tests/fate/screen.mak tests/fate/video.mak tests/fate/voice.mak tests/fate/vpx.mak tests/fate/vqf.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
44 lines
1.5 KiB
Makefile
44 lines
1.5 KiB
Makefile
FATE_REAL-$(call DEMDEC, RM, RA_144) += fate-ra-144
|
|
fate-ra-144: CMD = md5 -i $(TARGET_SAMPLES)/real/ra3_in_rm_file.rm -f s16le
|
|
|
|
FATE_REAL-$(call DEMDEC, RM, RA_288) += fate-ra-288
|
|
fate-ra-288: CMD = pcm -i $(TARGET_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-$(call DEMDEC, RM, COOK) += fate-ra-cook
|
|
fate-ra-cook: CMD = pcm -i $(TARGET_SAMPLES)/real/ra_cook.rm
|
|
fate-ra-cook: CMP = oneoff
|
|
fate-ra-cook: REF = $(SAMPLES)/real/ra_cook.pcm
|
|
|
|
FATE_REAL-$(call DEMDEC, RM, RV30) += fate-rv30
|
|
fate-rv30: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/real/rv30.rm -an
|
|
|
|
FATE_REAL-$(call DEMDEC, RM, RV40) += fate-rv40
|
|
fate-rv40: CMD = framecrc -i $(TARGET_SAMPLES)/real/spygames-2MB.rmvb -t 10 -an
|
|
|
|
FATE_SIPR += fate-sipr-5k0
|
|
fate-sipr-5k0: CMD = pcm -i $(TARGET_SAMPLES)/sipr/sipr_5k0.rm
|
|
fate-sipr-5k0: REF = $(SAMPLES)/sipr/sipr_5k0.pcm
|
|
|
|
FATE_SIPR += fate-sipr-6k5
|
|
fate-sipr-6k5: CMD = pcm -i $(TARGET_SAMPLES)/sipr/sipr_6k5.rm
|
|
fate-sipr-6k5: REF = $(SAMPLES)/sipr/sipr_6k5.pcm
|
|
|
|
FATE_SIPR += fate-sipr-8k5
|
|
fate-sipr-8k5: CMD = pcm -i $(TARGET_SAMPLES)/sipr/sipr_8k5.rm
|
|
fate-sipr-8k5: REF = $(SAMPLES)/sipr/sipr_8k5.pcm
|
|
|
|
FATE_SIPR += fate-sipr-16k
|
|
fate-sipr-16k: CMD = pcm -i $(TARGET_SAMPLES)/sipr/sipr_16k.rm
|
|
fate-sipr-16k: REF = $(SAMPLES)/sipr/sipr_16k.pcm
|
|
|
|
$(FATE_SIPR): CMP = oneoff
|
|
|
|
FATE_REAL-$(call DEMDEC, RM, SIPR) += $(FATE_SIPR)
|
|
fate-sipr: $(FATE_SIPR)
|
|
|
|
FATE_SAMPLES_FFMPEG += $(FATE_REAL-yes)
|
|
fate-real: $(FATE_REAL-yes)
|