OSDN Git Service

Fix compilation with --disable-yasm.
authorCarl Eugen Hoyos <cehoyos@ag.or.at>
Tue, 12 Apr 2011 15:40:18 +0000 (17:40 +0200)
committerCarl Eugen Hoyos <cehoyos@ag.or.at>
Tue, 12 Apr 2011 15:40:18 +0000 (17:40 +0200)
libavcodec/x86/h264dsp_mmx.c

index e1f5ef5..7657a85 100644 (file)
@@ -379,6 +379,6 @@ void ff_h264dsp_init_x86(H264DSPContext *c, const int bit_depth)
             }
         }
     }
-    }
 #endif
+    }
 }