mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
6bf57c6a2a
changes since v1: - made into fate test - fixed c90 warnings - tests more intermediate formats - tested on BE mips too Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
12 lines
480 B
Makefile
12 lines
480 B
Makefile
FATE_LIBSWSCALE += fate-sws-pixdesc-query
|
|
fate-sws-pixdesc-query: libswscale/tests/pixdesc_query$(EXESUF)
|
|
fate-sws-pixdesc-query: CMD = run libswscale/tests/pixdesc_query$(EXESUF)
|
|
|
|
FATE_LIBSWSCALE += fate-sws-floatimg-cmp
|
|
fate-sws-floatimg-cmp: libswscale/tests/floatimg_cmp$(EXESUF)
|
|
fate-sws-floatimg-cmp: CMD = run libswscale/tests/floatimg_cmp$(EXESUF)
|
|
|
|
FATE_LIBSWSCALE += $(FATE_LIBSWSCALE-yes)
|
|
FATE-$(CONFIG_SWSCALE) += $(FATE_LIBSWSCALE)
|
|
fate-libswscale: $(FATE_LIBSWSCALE)
|