summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-02-21 18:31:38 +0000
committerDiego Biurrun <diego@biurrun.de>2009-02-21 18:31:38 +0000
commit7ea3880a10aa832efd5ab9e2f479f28ee0eb304a (patch)
treee8b1f1ce89a6f36602ce99a84e712c586c9a8358 /Makefile
parent333d5374d0de2355068a21d15d6098fab13753b1 (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f1897fb5bb..8a47b25066 100644
--- a/Makefile
+++ b/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