diff options
author | Colin Leroy <colin@colino.net> | 2002-10-29 00:54:07 +0000 |
---|---|---|
committer | Colin Leroy <colin@colino.net> | 2002-10-29 00:54:07 +0000 |
commit | 5936be4c6675a59a6c2b68aa852b4f37e07ba22f (patch) | |
tree | 48591ad2414686c01745fc8c3124d4590ea03346 /postproc/postprocess_template.c | |
parent | b963ee3b72c146c05a383d5bb05e96d9d133bd22 (diff) | |
download | ffmpeg-5936be4c6675a59a6c2b68aa852b4f37e07ba22f.tar.gz |
fix compilation on non-x86 with gcc 2.95
Originally committed as revision 7949 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/postprocess_template.c')
-rw-r--r-- | postproc/postprocess_template.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/postproc/postprocess_template.c b/postproc/postprocess_template.c index 6cd35b0752..5f16496e6a 100644 --- a/postproc/postprocess_template.c +++ b/postproc/postprocess_template.c @@ -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 } |