OSDN Git Service

fix compilation on non-x86 with gcc 2.95
authorColin Leroy <colin@colino.net>
Tue, 29 Oct 2002 00:54:07 +0000 (00:54 +0000)
committerColin Leroy <colin@colino.net>
Tue, 29 Oct 2002 00:54:07 +0000 (00:54 +0000)
Originally committed as revision 7949 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

postproc/postprocess_template.c

index 6cd35b0..5f16496 100644 (file)
@@ -2359,6 +2359,7 @@ L2_DIFF_CORE((%0, %%ecx), (%1, %%ecx))
                );
 //printf("%d\n", test);
 #else
+{
        int y;
        int d=0;
        int sysd=0;
@@ -2459,6 +2460,7 @@ Switch between
                        }
                }
        }
+}
 #endif
 }