mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
63dcd16d56
This allows fate to run without errors with or without SAMPLES being set. Signed-off-by: Mans Rullgard <mans@mansr.com>
51 lines
2.1 KiB
Makefile
51 lines
2.1 KiB
Makefile
FATE_SAMPLES_AVCONV += fate-8bps
|
|
fate-8bps: CMD = framecrc -i $(SAMPLES)/8bps/full9iron-partial.mov -pix_fmt rgb24
|
|
|
|
FATE_SAMPLES_AVCONV += fate-qdm2
|
|
fate-qdm2: CMD = pcm -i $(SAMPLES)/qt-surge-suite/surge-2-16-B-QDM2.mov
|
|
fate-qdm2: CMP = oneoff
|
|
fate-qdm2: REF = $(SAMPLES)/qt-surge-suite/surge-2-16-B-QDM2.pcm
|
|
fate-qdm2: FUZZ = 2
|
|
|
|
FATE_SAMPLES_AVCONV += fate-qt-alaw-mono
|
|
fate-qt-alaw-mono: CMD = md5 -i $(SAMPLES)/qt-surge-suite/surge-1-16-B-alaw.mov -f s16le
|
|
|
|
FATE_SAMPLES_AVCONV += fate-qt-alaw-stereo
|
|
fate-qt-alaw-stereo: CMD = md5 -i $(SAMPLES)/qt-surge-suite/surge-2-16-B-alaw.mov -f s16le
|
|
|
|
FATE_SAMPLES_AVCONV += fate-qt-ima4-mono
|
|
fate-qt-ima4-mono: CMD = md5 -i $(SAMPLES)/qt-surge-suite/surge-1-16-B-ima4.mov -f s16le
|
|
|
|
FATE_SAMPLES_AVCONV += fate-qt-ima4-stereo
|
|
fate-qt-ima4-stereo: CMD = md5 -i $(SAMPLES)/qt-surge-suite/surge-2-16-B-ima4.mov -f s16le
|
|
|
|
FATE_SAMPLES_AVCONV += fate-qt-mac3-mono
|
|
fate-qt-mac3-mono: CMD = md5 -i $(SAMPLES)/qt-surge-suite/surge-1-8-MAC3.mov -f s16le
|
|
|
|
FATE_SAMPLES_AVCONV += fate-qt-mac3-stereo
|
|
fate-qt-mac3-stereo: CMD = md5 -i $(SAMPLES)/qt-surge-suite/surge-2-8-MAC3.mov -f s16le
|
|
|
|
FATE_SAMPLES_AVCONV += fate-qt-mac6-mono
|
|
fate-qt-mac6-mono: CMD = md5 -i $(SAMPLES)/qt-surge-suite/surge-1-8-MAC6.mov -f s16le
|
|
|
|
FATE_SAMPLES_AVCONV += fate-qt-mac6-stereo
|
|
fate-qt-mac6-stereo: CMD = md5 -i $(SAMPLES)/qt-surge-suite/surge-2-8-MAC6.mov -f s16le
|
|
|
|
FATE_SAMPLES_AVCONV += fate-qt-ulaw-mono
|
|
fate-qt-ulaw-mono: CMD = md5 -i $(SAMPLES)/qt-surge-suite/surge-1-16-B-ulaw.mov -f s16le
|
|
|
|
FATE_SAMPLES_AVCONV += fate-qt-ulaw-stereo
|
|
fate-qt-ulaw-stereo: CMD = md5 -i $(SAMPLES)/qt-surge-suite/surge-2-16-B-ulaw.mov -f s16le
|
|
|
|
FATE_SAMPLES_AVCONV += fate-quickdraw
|
|
fate-quickdraw: CMD = framecrc -i $(SAMPLES)/quickdraw/Airplane.mov -pix_fmt rgb24
|
|
|
|
FATE_SAMPLES_AVCONV += fate-rpza
|
|
fate-rpza: CMD = framecrc -i $(SAMPLES)/rpza/rpza2.mov -t 2 -pix_fmt rgb24
|
|
|
|
FATE_SAMPLES_AVCONV += fate-svq1
|
|
fate-svq1: CMD = framecrc -i $(SAMPLES)/svq1/marymary-shackles.mov -an -t 10
|
|
|
|
FATE_SAMPLES_AVCONV += fate-svq3
|
|
fate-svq3: CMD = framecrc -i $(SAMPLES)/svq3/Vertical400kbit.sorenson3.mov -t 6 -an
|