comparison Makefile @ 4756:460afa3ac889 libavcodec

dct-test works on non-x86 now.
author diego
date Sat, 31 Mar 2007 17:24:53 +0000
parents b62a3a46856c
children 502ddfbdbaee
comparison
equal deleted inserted replaced
4755:b7c27288e509 4756:460afa3ac889
402 402
403 NAME=avcodec 403 NAME=avcodec
404 LIBVERSION=$(LAVCVERSION) 404 LIBVERSION=$(LAVCVERSION)
405 LIBMAJOR=$(LAVCMAJOR) 405 LIBMAJOR=$(LAVCMAJOR)
406 406
407 TESTS= imgresample-test fft-test 407 TESTS= imgresample-test fft-test dct-test
408 ifeq ($(TARGET_ARCH_X86),yes) 408 ifeq ($(TARGET_ARCH_X86),yes)
409 TESTS+= cpuid_test dct-test motion-test 409 TESTS+= cpuid_test motion-test
410 endif 410 endif
411 411
412 include ../common.mak 412 include ../common.mak
413 413
414 amrlibs: 414 amrlibs: