mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-28 11:21:42 +08:00
Bail out immediately with software scaler instead of failing the tests.
Originally committed as revision 7438 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -37,6 +37,15 @@ libavtest:
|
|||||||
@echo
|
@echo
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_SWSCALER),yes)
|
||||||
|
test-server codectest mpeg4 mpeg ac3 snow snowll libavtest: swscale_error
|
||||||
|
swscale_error:
|
||||||
|
@echo
|
||||||
|
@echo "This regression test is incompatible with --enable-swscaler."
|
||||||
|
@echo
|
||||||
|
@exit 1
|
||||||
|
endif
|
||||||
|
|
||||||
# video generation
|
# video generation
|
||||||
|
|
||||||
vsynth1/00.pgm: videogen$(EXESUF)
|
vsynth1/00.pgm: videogen$(EXESUF)
|
||||||
|
|||||||
Reference in New Issue
Block a user