[FFmpeg-cvslog] swscale: x86: Drop pointless _mmx suffix from filenames

Diego Biurrun git at videolan.org
Mon Jul 23 21:55:20 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sat Jul 21 22:33:03 2012 +0200| [16d2a1a51c1dbdd69ee47b19c8ab66b905b7c5ce] | committer: Diego Biurrun

swscale: x86: Drop pointless _mmx suffix from filenames

The files do not contain only MMX code.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=16d2a1a51c1dbdd69ee47b19c8ab66b905b7c5ce
---

 libswscale/x86/Makefile                     |    4 ++--
 libswscale/x86/{swscale_mmx.c => swscale.c} |    0
 libswscale/x86/{yuv2rgb_mmx.c => yuv2rgb.c} |    0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libswscale/x86/Makefile b/libswscale/x86/Makefile
index 7f37799..5416d48 100644
--- a/libswscale/x86/Makefile
+++ b/libswscale/x86/Makefile
@@ -1,8 +1,8 @@
 OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o
 
 MMX-OBJS                        += x86/rgb2rgb.o                        \
-                                   x86/swscale_mmx.o                    \
-                                   x86/yuv2rgb_mmx.o                    \
+                                   x86/swscale.o                        \
+                                   x86/yuv2rgb.o                        \
 
 YASM-OBJS                       += x86/input.o                          \
                                    x86/output.o                         \
diff --git a/libswscale/x86/swscale_mmx.c b/libswscale/x86/swscale.c
similarity index 100%
rename from libswscale/x86/swscale_mmx.c
rename to libswscale/x86/swscale.c
diff --git a/libswscale/x86/yuv2rgb_mmx.c b/libswscale/x86/yuv2rgb.c
similarity index 100%
rename from libswscale/x86/yuv2rgb_mmx.c
rename to libswscale/x86/yuv2rgb.c



More information about the ffmpeg-cvslog mailing list