From c2d09ced69453898b6c15b422eb3c0842225d8c6 Mon Sep 17 00:00:00 2001 From: simonb Date: Fri, 9 Feb 2001 13:12:23 +0000 Subject: Update to mad-0.12.4b. Changes from 0.12.3b are: * New PowerPC fixed-point assembly courtesy of David Blythe. * Reorganized fixed-point assembly routines for easier maintenance and better performance. * Improved performance of subband synthesis through better indexing and fewer local variables. * Added alias reduction for the lower two subbands of mixed short blocks, per a report of ambiguity with ISO/IEC 11172-3 and for uniformity with most other implementations. Also improved alias reduction performance using multiply/accumulate. * Added --enable-strict-iso option to `configure' to override best accepted practices such as the alias reduction for mixed short blocks. * Improved performance of Layer III IMDCT by using longer multiply/accumulate runs where possible. --- audio/madplay/Makefile | 4 ++-- audio/madplay/files/md5 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'audio/madplay') diff --git a/audio/madplay/Makefile b/audio/madplay/Makefile index 8bf1df89bd8..8b5d9232a0c 100644 --- a/audio/madplay/Makefile +++ b/audio/madplay/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2001/02/07 13:58:21 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/02/09 13:12:23 simonb Exp $ # -DISTNAME= mad-0.12.3b +DISTNAME= mad-0.12.4b PKGNAME= ${DISTNAME:S/mad/madplay/} CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mad/} \ diff --git a/audio/madplay/files/md5 b/audio/madplay/files/md5 index 6c3d60d0012..936ddb0128a 100644 --- a/audio/madplay/files/md5 +++ b/audio/madplay/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 2001/02/07 13:58:21 wiz Exp $ +$NetBSD: md5,v 1.4 2001/02/09 13:12:23 simonb Exp $ -MD5 (mad-0.12.3b.tar.gz) = af91d8a7d45f14c06dde8fbbad737a58 +MD5 (mad-0.12.4b.tar.gz) = 7724c8a8f2a5b076152e359bdd33a95d -- cgit v1.2.3