OSDN Git Service

x86: videodsp: Fix a bug in a %if statement where we used '%%' instead of '&&'.
authorRonald S. Bultje <rsbultje@gmail.com>
Sat, 26 Oct 2013 12:24:09 +0000 (08:24 -0400)
committerJanne Grunau <janne-libav@jannau.net>
Thu, 30 Jan 2014 14:33:23 +0000 (15:33 +0100)
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
libavcodec/x86/videodsp.asm

index aceb77a..53b9e82 100644 (file)
@@ -381,7 +381,7 @@ VERTICAL_EXTEND 16, 22
 %endif
 
 %if %1-%%off >= 4
-%if %1 > 8 %% %1-%%off > 4
+%if %1 > 8 && %1-%%off > 4
     movq      [%2+%1-8], m0
 %assign %%off %1
 %elif %1 >= 8 && %1-%%off >= 4