$OpenBSD: patch-libavcodec_alpha_simple_idct_alpha_c,v 1.3 2003/09/26 14:40:29 jolan Exp $
--- libavcodec/alpha/simple_idct_alpha.c.orig	2003-08-24 17:29:50.000000000 -0500
+++ libavcodec/alpha/simple_idct_alpha.c	2003-09-06 14:55:20.000000000 -0500
@@ -27,6 +27,8 @@
 #include "asm.h"
 #include "../dsputil.h"
 
+typedef int32_t int_fast32_t;
+
 extern void (*put_pixels_clamped_axp_p)(const DCTELEM *block, uint8_t *pixels,
                                         int line_size);
 extern void (*add_pixels_clamped_axp_p)(const DCTELEM *block, uint8_t *pixels, 
