1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/audio/libvorbis/files/patch-lib_psy.c
Trevor Johnson c90c2320b1 Change maintainer for libao, libogg, libvorbis, and vorbis. Improve
use of autoconf and automake.  Support NOPORTDOCS.  Respect CFLAGS.
Fix libvorbis encoder on Alpha.  Install documentation in proper
places.

Approved by:	Theo van Klaveren <t.vanklaveren@student.utwente.nl>
		(outgoing maintainer), Christian Weisgerber
		<naddy@mips.inka.de> (new maintainer)
2001-03-23 22:21:39 +00:00

13 lines
348 B
C

$FreeBSD$
--- lib/psy.c.orig Mon Feb 26 05:37:59 2001
+++ lib/psy.c Wed Mar 21 15:50:10 2001
@@ -191,7 +191,7 @@
p->total_octave_lines=maxoc-p->firstoc+1;
p->ath=_ogg_malloc(n*sizeof(float));
- p->octave=_ogg_malloc(n*sizeof(int));
+ p->octave=_ogg_malloc(n*sizeof(long));
p->bark=_ogg_malloc(n*sizeof(float));
p->vi=vi;
p->n=n;