diff x86/vp8dsp-init.c @ 12414:3fc4c625b6f3 libavcodec

Remove global mm_flags variable
author mru
date Tue, 24 Aug 2010 17:47:05 +0000
parents 2d15f62f4f8a
children a5ddb39627fd
line wrap: on
line diff
--- a/x86/vp8dsp-init.c	Tue Aug 24 16:52:27 2010 +0000
+++ b/x86/vp8dsp-init.c	Tue Aug 24 17:47:05 2010 +0000
@@ -282,7 +282,7 @@
 
 av_cold void ff_vp8dsp_init_x86(VP8DSPContext* c)
 {
-    mm_flags = mm_support();
+    int mm_flags = mm_support();
 
 #if HAVE_YASM
     if (mm_flags & FF_MM_MMX) {