OSDN Git Service

dct-test works on non-x86 now.
authorDiego Biurrun <diego@biurrun.de>
Sat, 31 Mar 2007 17:24:53 +0000 (17:24 +0000)
committerDiego 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

index 2d42ce2..a2fc49f 100644 (file)
@@ -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