Mercurial > libavcodec.hg
changeset 6647:8a4093131a5f libavcodec
Fix build of cputest test program.
author | diego |
---|---|
date | Sat, 19 Apr 2008 09:18:25 +0000 |
parents | 7ca428109684 |
children | 4b9ae696e5cc |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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