summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-03-31 17:24:53 +0000
committerDiego Biurrun <diego@biurrun.de>2007-03-31 17:24:53 +0000
commit51aeb7aa6e7386859af5fb60749fd5ce3187db25 (patch)
treedb81b14e9976b6e7657416cfe9a35238167d50b1 /libavcodec
parent3ac35bdb3e740e2638a0cfa9847134de5b9907e9 (diff)
dct-test works on non-x86 now.
Originally committed as revision 8577 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 2d42ce2d4a..a2fc49fcad 100644
--- 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