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:
3ac35bd
)
dct-test works on non-x86 now.
author
Diego Biurrun
<diego@biurrun.de>
Sat, 31 Mar 2007 17:24:53 +0000
(17:24 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sat, 31 Mar 2007 17:24:53 +0000
(17:24 +0000)
Originally committed as revision 8577 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
patch
|
blob
|
history
diff --git
a/libavcodec/Makefile
b/libavcodec/Makefile
index
2d42ce2
..
a2fc49f
100644
(file)
--- a/
libavcodec/Makefile
+++ b/
libavcodec/Makefile
@@
-404,9
+404,9
@@
NAME=avcodec
LIBVERSION=$(LAVCVERSION)
LIBMAJOR=$(LAVCMAJOR)
-TESTS= imgresample-test fft-test
+TESTS= imgresample-test fft-test
dct-test
ifeq ($(TARGET_ARCH_X86),yes)
-TESTS+= cpuid_test
dct-test
motion-test
+TESTS+= cpuid_test motion-test
endif
include ../common.mak