Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dpcm.mak « fate « tests - github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ad921fd0f72ea99efbfdeef1787e4567fa9040b8 (plain)
1
2
3
4
5
6
7
8
FATE_DPCM += fate-idroq-video-dpcm
fate-idroq-video-dpcm: CMD = framecrc -i $(SAMPLES)/idroq/idlogo.roq

FATE_DPCM += fate-dpcm-xan
fate-dpcm-xan: CMD = md5 -i $(SAMPLES)/wc4-xan/wc4_2.avi -vn -f s16le

FATE_TESTS += $(FATE_DPCM)
fate-dpcm: $(FATE_DPCM)