Mercurial > libavcodec.hg
diff Makefile @ 6708:5fcc06997ff0 libavcodec
Rename i386/cputest.c --> i386/cpuid.c.
author | diego |
---|---|
date | Sat, 26 Apr 2008 16:02:22 +0000 |
parents | c9dca1adf1a5 |
children | cebe9c3422a8 |
line wrap: on
line diff
--- a/Makefile Sat Apr 26 15:38:00 2008 +0000 +++ b/Makefile Sat Apr 26 16:02:22 2008 +0000 @@ -371,7 +371,7 @@ # processor-specific code ifdef HAVE_MMX OBJS += i386/fdct_mmx.o \ - i386/cputest.o \ + i386/cpuid.o \ i386/dsputil_mmx.o \ i386/mpegvideo_mmx.o \ i386/motion_est_mmx.o \ @@ -468,7 +468,7 @@ bfin/vp3_idct_bfin.o \ TESTS = $(addsuffix -test$(EXESUF), cabac dct eval fft h264 imgresample rangecoder snow) -TESTS-$(ARCH_X86) += i386/cputest-test$(EXESUF) motion-test$(EXESUF) +TESTS-$(ARCH_X86) += i386/cpuid-test$(EXESUF) motion-test$(EXESUF) CLEANFILES = apiexample$(EXESUF) DIRS = alpha armv4l bfin i386 mlib ppc ps2 sh4 sparc