[FFmpeg-cvslog] sws: move inline asm hscale to MMX_OBJS

Michael Niedermayer git at videolan.org
Sat Jul 19 05:54:35 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Jul 19 05:47:48 2014 +0200| [d5ee3580d84a238719588daf0b74feefd07d5742] | committer: Michael Niedermayer

sws: move inline asm hscale to MMX_OBJS

Found-by: jamrial
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libswscale/x86/Makefile |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/libswscale/x86/Makefile b/libswscale/x86/Makefile
index c6f56d0..6901207 100644
--- a/libswscale/x86/Makefile
+++ b/libswscale/x86/Makefile
@@ -1,10 +1,11 @@
 $(SUBDIR)x86/swscale_mmx.o: CFLAGS += $(NOREDZONE_FLAGS)
 
-OBJS                            += x86/hscale_fast_bilinear_simd.o      \
-                                   x86/rgb2rgb.o                        \
+OBJS                            += x86/rgb2rgb.o                        \
                                    x86/swscale.o                        \
                                    x86/yuv2rgb.o                        \
 
+MMX-OBJS                        += x86/hscale_fast_bilinear_simd.o      \
+
 OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o
 
 YASM-OBJS                       += x86/input.o                          \



More information about the ffmpeg-cvslog mailing list