projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3493344
)
Use consistent names for all test programs.
author
Diego Biurrun
<diego@biurrun.de>
Thu, 7 Jun 2007 17:21:34 +0000
(17:21 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Thu, 7 Jun 2007 17:21:34 +0000
(17:21 +0000)
Originally committed as revision 9252 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
patch
|
blob
|
history
diff --git
a/libavcodec/Makefile
b/libavcodec/Makefile
index 3bc2d78ddea2f5754b73c2deb2727111a2f1e210..33f50b8a71cdedd9f0c4a0095240f4a65f03320a 100644
(file)
--- a/
libavcodec/Makefile
+++ b/
libavcodec/Makefile
@@
-429,14
+429,14
@@
clean::
TESTS= imgresample-test fft-test dct-test
ifeq ($(TARGET_ARCH_X86),yes)
-TESTS+= cpuid
_
test motion-test
+TESTS+= cpuid
-
test motion-test
endif
tests: apiexample $(TESTS)
apiexample: apiexample.o $(LIB)
-cpuid
_
test: i386/cputest.c
+cpuid
-
test: i386/cputest.c
$(CC) $(CFLAGS) -DTEST -o $@ $<
imgresample-test: imgresample.c $(LIB)