openbsd-ports/x11/mplayer/patches/patch-tremor_floor0_c
fgsch 3e4a910d69 fix tremor on archs where sizeof(int) != sizeof(int *) by adding the missing
prototypes. fix from mplayer svn via biorn@ (maintainer).
2008-03-30 20:39:41 +00:00

12 lines
291 B
Plaintext

$OpenBSD: patch-tremor_floor0_c,v 1.1 2008/03/30 20:39:41 fgsch Exp $
--- tremor/floor0.c.orig Sun Oct 7 20:49:27 2007
+++ tremor/floor0.c Sun Mar 30 22:26:40 2008
@@ -25,6 +25,7 @@
#include "codebook.h"
#include "misc.h"
#include "os.h"
+#include "block.h"
#define LSP_FRACBITS 14