Date: Sun, 16 Nov 2003 08:48:51 -0800 (PST) From: Kirill Ponomarew <krion@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/openal Makefile distinfo Message-ID: <200311161648.hAGGmpWP097631@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
krion 2003/11/16 08:48:51 PST FreeBSD ports repository Modified files: audio/openal Makefile distinfo Log: - Update to version 20031116 * src/al_debug.c: Fix an implicit declaration: the man page on linux says that vsnprintf() is a GNU extension, so #define _GNU_SOURCE * src/arch/sdl/sdl.c: #include <string.h> to avoid implicit declaration of memcpy()/memset() * audioconvert/ac_freq.c For the first sample in a chunk to be resampled*2, use dampened extrapolation instead of interpolation to somewhat reduce 'clicking'. * Michel Danzer's big endian patch * audioconvert/ac_freq.c Added Adam Moss's patch to improve fidelity of low-sampled sounds in higher sampling-rate environments. PR: 59340 Submitted by: maintainer Revision Changes Path 1.20 +2 -1 ports/audio/openal/Makefile 1.9 +1 -1 ports/audio/openal/distinfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311161648.hAGGmpWP097631>