Skip to content
Snippets Groups Projects
Commit 7ea3880a authored by Diego Biurrun's avatar Diego Biurrun
Browse files

Fix swscale-error vs. swscale_error typo; it is marked as the former in .PHONY.

Originally committed as revision 17485 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 333d5374
No related branches found
No related tags found
No related merge requests found
......@@ -281,8 +281,8 @@ ROTOZOOM_REG = tests/data/rotozoom.regression
VSYNTH_REG = tests/data/vsynth.regression
ifneq ($(CONFIG_SWSCALE),yes)
servertest codectest $(CODEC_TESTS) libavtest: swscale_error
swscale_error:
servertest codectest $(CODEC_TESTS) libavtest: swscale-error
swscale-error:
@echo
@echo "This regression test requires --enable-swscale."
@echo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment