Browse Source

dct-test works on non-x86 now.

Originally committed as revision 8577 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 19 years ago
parent
commit
51aeb7aa6e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavcodec/Makefile

+ 2
- 2
libavcodec/Makefile View 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


Loading…
Cancel
Save