changeset 788:425d71e81c37 libavcodec

fix compilation on non-x86 with gcc 2.95
author colin
date Tue, 29 Oct 2002 00:54:07 +0000
parents 4914252c963a
children 54079a650ba8
files libpostproc/postprocess_template.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpostproc/postprocess_template.c	Mon Oct 28 19:30:58 2002 +0000
+++ b/libpostproc/postprocess_template.c	Tue Oct 29 00:54:07 2002 +0000
@@ -2359,6 +2359,7 @@
 		);
 //printf("%d\n", test);
 #else
+{
 	int y;
 	int d=0;
 	int sysd=0;
@@ -2459,6 +2460,7 @@
 			}
 		}
 	}
+}
 #endif
 }