From 3b9d2607160433d0b31bf848fac920405501f27a Mon Sep 17 00:00:00 2001 From: simonb Date: Tue, 13 Feb 2001 06:10:11 +0000 Subject: Update to mad 0.12.5b. Changes from 0.12.4b: * Modified Layer III requantization to occur during Huffman decoding for significant performance gains. * Optimized short block IMDCT by eliminating redundant calculations. * Made several other Layer III performance improvements; added ASO_INTERLEAVE1, ASO_INTERLEAVE2, and ASO_ZEROCHECK architecture-specific options for best performance on various architectures. * Optimized synthesis DCT to store result values as soon as they are calculated. --- audio/madplay/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/madplay/Makefile') diff --git a/audio/madplay/Makefile b/audio/madplay/Makefile index 8b5d9232a0c..7e7c698b9bb 100644 --- a/audio/madplay/Makefile +++ b/audio/madplay/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2001/02/09 13:12:23 simonb Exp $ +# $NetBSD: Makefile,v 1.10 2001/02/13 06:10:11 simonb Exp $ # -DISTNAME= mad-0.12.4b +DISTNAME= mad-0.12.5b PKGNAME= ${DISTNAME:S/mad/madplay/} CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mad/} \ -- cgit v1.2.3