Mercurial > libavcodec.hg
changeset 4756:460afa3ac889 libavcodec
dct-test works on non-x86 now.
author | diego |
---|---|
date | Sat, 31 Mar 2007 17:24:53 +0000 |
parents | b7c27288e509 |
children | e511820c4a97 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sat Mar 31 17:24:09 2007 +0000 +++ b/Makefile Sat Mar 31 17:24:53 2007 +0000 @@ -404,9 +404,9 @@ 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