diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-04-26 16:02:22 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-04-26 16:02:22 +0000 |
commit | 57105ddd036927099cc28ed520546c2f2bb6d496 (patch) | |
tree | 520babf28a3af6898d0d51e87dece2d60487eea4 | |
parent | 8033ba57b969838c43608d0210fef8efdacec3c4 (diff) | |
download | ffmpeg-57105ddd036927099cc28ed520546c2f2bb6d496.tar.gz |
Rename i386/cputest.c --> i386/cpuid.c.
Originally committed as revision 13002 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/Makefile | 4 | ||||
-rw-r--r-- | libavcodec/i386/cpuid.c (renamed from libavcodec/i386/cputest.c) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 2ca05e6f4c..93ebee2bc2 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -371,7 +371,7 @@ endif # 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 @@ ASM_OBJS-$(ARCH_BFIN) += bfin/pixels_bfin.o \ 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 diff --git a/libavcodec/i386/cputest.c b/libavcodec/i386/cpuid.c index 879d36cd38..879d36cd38 100644 --- a/libavcodec/i386/cputest.c +++ b/libavcodec/i386/cpuid.c |