# HG changeset patch # User diego # Date 1208596705 0 # Node ID 8a4093131a5f6d6a981354e515adc80228081a1e # Parent 7ca428109684f996c79ab648562cfcd6bb06e7f1 Fix build of cputest test program. diff -r 7ca428109684 -r 8a4093131a5f Makefile --- a/Makefile Sat Apr 19 02:58:36 2008 +0000 +++ b/Makefile Sat Apr 19 09:18:25 2008 +0000 @@ -467,13 +467,13 @@ bfin/vp3_idct_bfin.o \ TESTS = $(addsuffix -test$(EXESUF), cabac dct eval fft h264 imgresample rangecoder snow) -TESTS-$(ARCH_X86) += cpuid-test$(EXESUF) motion-test$(EXESUF) +TESTS-$(ARCH_X86) += i386/cputest-test$(EXESUF) motion-test$(EXESUF) CLEANFILES = apiexample$(EXESUF) DIRS = alpha armv4l bfin i386 mlib ppc ps2 sh4 sparc include $(SUBDIR)../subdir.mak -$(SUBDIR)cpuid-test$(EXESUF): $(SUBDIR)i386/cputest.o +$(SUBDIR)i386/cputest-test$(EXESUF): $(SUBDIR)i386/cputest-test.o $(SUBDIR)apiexample$(EXESUF): $(SUBDIR)apiexample.o $(SUBDIR)$(LIBNAME) $(SUBDIR)dct-test$(EXESUF): $(SUBDIR)fdctref.o