projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a25ca1
)
Add missing '-test' in name of imgresample test.
author
Diego Biurrun
<diego@biurrun.de>
Fri, 28 Nov 2008 00:00:11 +0000
(
00:00
+0000)
committer
Diego Biurrun
<diego@biurrun.de>
Fri, 28 Nov 2008 00:00:11 +0000
(
00:00
+0000)
Originally committed as revision 15947 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
patch
|
blob
|
history
diff --git
a/libavcodec/Makefile
b/libavcodec/Makefile
index
e12176e
..
f1917d8
100644
(file)
--- a/
libavcodec/Makefile
+++ b/
libavcodec/Makefile
@@
-490,7
+490,7
@@
OBJS-$(HAVE_VIS) += sparc/dsputil_vis.o \
TESTS = $(addsuffix -test$(EXESUF), cabac dct eval fft h264 rangecoder snow)
-TESTS-$(CONFIG_OLDSCALER) += imgresample$(EXESUF)
+TESTS-$(CONFIG_OLDSCALER) += imgresample
-test
$(EXESUF)
TESTS-$(ARCH_X86) += i386/cpuid-test$(EXESUF) motion-test$(EXESUF)
CLEANFILES = apiexample$(EXESUF)