Commit f5b1f2e3 authored by diego's avatar diego

dct-test works on non-x86 now.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8577 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 24c94bc8
...@@ -404,9 +404,9 @@ NAME=avcodec ...@@ -404,9 +404,9 @@ NAME=avcodec
LIBVERSION=$(LAVCVERSION) LIBVERSION=$(LAVCVERSION)
LIBMAJOR=$(LAVCMAJOR) LIBMAJOR=$(LAVCMAJOR)
TESTS= imgresample-test fft-test TESTS= imgresample-test fft-test dct-test
ifeq ($(TARGET_ARCH_X86),yes) ifeq ($(TARGET_ARCH_X86),yes)
TESTS+= cpuid_test dct-test motion-test TESTS+= cpuid_test motion-test
endif endif
include ../common.mak include ../common.mak
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment