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