12 lines
328 B
Plaintext
12 lines
328 B
Plaintext
$OpenBSD: patch-libmpeg2_idct_alpha_c,v 1.1 2004/10/16 06:01:08 pvalchev Exp $
|
|
--- libmpeg2/idct_alpha.c.orig Fri Oct 15 23:12:16 2004
|
|
+++ libmpeg2/idct_alpha.c Fri Oct 15 23:11:43 2004
|
|
@@ -28,6 +28,7 @@
|
|
|
|
#include <stdlib.h>
|
|
#include <inttypes.h>
|
|
+typedef int32_t int_fast32_t;
|
|
|
|
#include "mpeg2.h"
|
|
#include "attributes.h"
|