mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-11 17:55:21 +00: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>
28 lines
863 B
Makefile
28 lines
863 B
Makefile
FATE_LOCO += fate-loco-rgb
|
|
fate-loco-rgb: CMD = framecrc -i $(SAMPLES)/loco/pig-loco-rgb.avi
|
|
|
|
FATE_LOCO += fate-loco-yuy2
|
|
fate-loco-yuy2: CMD = framecrc -i $(SAMPLES)/loco/pig-loco-0.avi
|
|
|
|
FATE_LOSSLESS_VIDEO += $(FATE_LOCO)
|
|
fate-loco: $(FATE_LOCO)
|
|
|
|
FATE_LOSSLESS_VIDEO += fate-msrle-8bit
|
|
fate-msrle-8bit: CMD = framecrc -i $(SAMPLES)/msrle/Search-RLE.avi -pix_fmt rgb24
|
|
|
|
FATE_LOSSLESS_VIDEO += fate-mszh
|
|
fate-mszh: CMD = framecrc -i $(SAMPLES)/lcl/mszh-1frame.avi
|
|
|
|
FATE_LOSSLESS_VIDEO += fate-vble
|
|
fate-vble: CMD = framecrc -i $(SAMPLES)/vble/flowers-partial-2MB.avi
|
|
|
|
FATE_LOSSLESS_VIDEO += fate-zlib
|
|
fate-zlib: CMD = framecrc -i $(SAMPLES)/lcl/zlib-1frame.avi
|
|
|
|
FATE_LOSSLESS_VIDEO += fate-zerocodec
|
|
fate-zerocodec: CMD = framecrc -i $(SAMPLES)/zerocodec/sample-zeco.avi
|
|
|
|
FATE_SAMPLES_FFMPEG += $(FATE_LOSSLESS_VIDEO)
|
|
fate-lossless-video: $(FATE_LOSSLESS_VIDEO)
|
|
|