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
This commit is contained in:
parent
333d5374d0
commit
7ea3880a10
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue