[FFmpeg-cvslog] x86/dsputilenc: remove some empty if statements

James Almer git at videolan.org
Sat Jul 12 15:12:16 CEST 2014


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Fri Jul 11 22:08:49 2014 -0300| [123649dd19c0aeb26b23a2dce6a8ca4300399a19] | committer: Michael Niedermayer

x86/dsputilenc: remove some empty if statements

Signed-off-by: James Almer <jamrial at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavcodec/x86/dsputilenc_mmx.c |    8 --------
 1 file changed, 8 deletions(-)

diff --git a/libavcodec/x86/dsputilenc_mmx.c b/libavcodec/x86/dsputilenc_mmx.c
index 86858e8..7b787dc 100644
--- a/libavcodec/x86/dsputilenc_mmx.c
+++ b/libavcodec/x86/dsputilenc_mmx.c
@@ -362,14 +362,6 @@ av_cold void ff_dsputilenc_init_mmx(DSPContext *c, AVCodecContext *avctx)
             c->vsad[0] = vsad16_mmxext;
         }
     }
-
-    if (INLINE_SSE2(cpu_flags)) {
-    }
-
-#if HAVE_SSSE3_INLINE
-    if (INLINE_SSSE3(cpu_flags)) {
-    }
-#endif
 #endif /* HAVE_INLINE_ASM */
 
     if (EXTERNAL_MMX(cpu_flags)) {



More information about the ffmpeg-cvslog mailing list