From 51aeb7aa6e7386859af5fb60749fd5ce3187db25 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 31 Mar 2007 17:24:53 +0000 Subject: [PATCH] dct-test works on non-x86 now. Originally committed as revision 8577 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 2d42ce2..a2fc49f 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 -- 2.7.4