mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
fate: split off Indeo FATE tests into their own file
This commit is contained in:
parent
44b7e1b942
commit
6146d78d35
@ -36,6 +36,7 @@ include $(SRC_PATH)/tests/fate/dct.mak
|
||||
include $(SRC_PATH)/tests/fate/fft.mak
|
||||
include $(SRC_PATH)/tests/fate/h264.mak
|
||||
include $(SRC_PATH)/tests/fate/image.mak
|
||||
include $(SRC_PATH)/tests/fate/indeo.mak
|
||||
include $(SRC_PATH)/tests/fate/libavutil.mak
|
||||
include $(SRC_PATH)/tests/fate/lossless-audio.mak
|
||||
include $(SRC_PATH)/tests/fate/lossless-video.mak
|
||||
|
@ -122,12 +122,6 @@ FATE_TESTS += fate-iff-ilbm
|
||||
fate-iff-ilbm: CMD = framecrc -i $(SAMPLES)/iff/lms-matriks.ilbm -pix_fmt rgb24
|
||||
FATE_TESTS += fate-iff-pcm
|
||||
fate-iff-pcm: CMD = md5 -i $(SAMPLES)/iff/Bells -f s16le
|
||||
FATE_TESTS += fate-indeo2
|
||||
fate-indeo2: CMD = framecrc -i $(SAMPLES)/rt21/VPAR0026.AVI
|
||||
FATE_TESTS += fate-indeo3
|
||||
fate-indeo3: CMD = framecrc -i $(SAMPLES)/iv32/cubes.mov
|
||||
FATE_TESTS += fate-indeo5
|
||||
fate-indeo5: CMD = framecrc -i $(SAMPLES)/iv50/Educ_Movie_DeadlyForce.avi -an
|
||||
FATE_TESTS += fate-interplay-mve-16bit
|
||||
fate-interplay-mve-16bit: CMD = framecrc -i $(SAMPLES)/interplay-mve/descent3-level5-16bit-partial.mve -pix_fmt rgb24
|
||||
FATE_TESTS += fate-interplay-mve-8bit
|
||||
|
8
tests/fate/indeo.mak
Normal file
8
tests/fate/indeo.mak
Normal file
@ -0,0 +1,8 @@
|
||||
FATE_TESTS += fate-indeo2
|
||||
fate-indeo2: CMD = framecrc -i $(SAMPLES)/rt21/VPAR0026.AVI
|
||||
|
||||
FATE_TESTS += fate-indeo3
|
||||
fate-indeo3: CMD = framecrc -i $(SAMPLES)/iv32/cubes.mov
|
||||
|
||||
FATE_TESTS += fate-indeo5
|
||||
fate-indeo5: CMD = framecrc -i $(SAMPLES)/iv50/Educ_Movie_DeadlyForce.avi -an
|
Loading…
Reference in New Issue
Block a user