projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
333d537
)
Fix swscale-error vs. swscale_error typo; it is marked as the former in .PHONY.
author
Diego Biurrun
<diego@biurrun.de>
Sat, 21 Feb 2009 18:31:38 +0000
(18:31 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sat, 21 Feb 2009 18:31:38 +0000
(18:31 +0000)
Originally committed as revision 17485 to svn://svn.ffmpeg.org/ffmpeg/trunk
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
f1897fb
..
8a47b25
100644
(file)
--- 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