3e4a910d69
prototypes. fix from mplayer svn via biorn@ (maintainer).
12 lines
365 B
Plaintext
12 lines
365 B
Plaintext
$OpenBSD: patch-tremor_synthesis_c,v 1.1 2008/03/30 20:39:41 fgsch Exp $
|
|
--- tremor/synthesis.c.orig Sun Oct 7 20:49:27 2007
|
|
+++ tremor/synthesis.c Sun Mar 30 22:26:40 2008
|
|
@@ -23,6 +23,7 @@
|
|
#include "registry.h"
|
|
#include "misc.h"
|
|
#include "os.h"
|
|
+#include "block.h"
|
|
|
|
int vorbis_synthesis(vorbis_block *vb,ogg_packet *op){
|
|
vorbis_dsp_state *vd=vb->vd;
|