summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
authorcolin <colin@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-29 00:54:07 +0000
committercolin <colin@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-29 00:54:07 +0000
commitaf0d4b8c60888bbc8d38d79de7434c371478e558 (patch)
tree904bc2241f0202d7d35323e8a292db44e8e037c0 /postproc
parent3357a615d4be386ae6ee3cf11343a8867cd7a099 (diff)
downloadmpv-af0d4b8c60888bbc8d38d79de7434c371478e558.tar.bz2
mpv-af0d4b8c60888bbc8d38d79de7434c371478e558.tar.xz
fix compilation on non-x86 with gcc 2.95
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7949 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc')
-rw-r--r--postproc/postprocess_template.c2
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
}