diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-03-31 17:24:53 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-03-31 17:24:53 +0000 |
commit | 51aeb7aa6e7386859af5fb60749fd5ce3187db25 (patch) | |
tree | db81b14e9976b6e7657416cfe9a35238167d50b1 /libavcodec/Makefile | |
parent | 3ac35bdb3e740e2638a0cfa9847134de5b9907e9 (diff) | |
download | ffmpeg-51aeb7aa6e7386859af5fb60749fd5ce3187db25.tar.gz |
dct-test works on non-x86 now.
Originally committed as revision 8577 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 4 |
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 |