From: "Ronald S. Bultje" <[email protected]>
This is consistent with names of other files that contain x86 SIMD
optimizations (MMX and up).
---
libswscale/x86/Makefile | 2 +-
libswscale/x86/{rgb2rgb.c => rgb2rgb_mmx.c} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename libswscale/x86/{rgb2rgb.c => rgb2rgb_mmx.c} (100%)
diff --git a/libswscale/x86/Makefile b/libswscale/x86/Makefile
index 7f37799..28e9b6f 100644
--- a/libswscale/x86/Makefile
+++ b/libswscale/x86/Makefile
@@ -1,6 +1,6 @@
OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o
-MMX-OBJS += x86/rgb2rgb.o \
+MMX-OBJS += x86/rgb2rgb_mmx.o \
x86/swscale_mmx.o \
x86/yuv2rgb_mmx.o \
diff --git a/libswscale/x86/rgb2rgb.c b/libswscale/x86/rgb2rgb_mmx.c
similarity index 100%
rename from libswscale/x86/rgb2rgb.c
rename to libswscale/x86/rgb2rgb_mmx.c
--
1.7.9.5
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel