diff options
author | simonb <simonb@pkgsrc.org> | 2001-02-09 13:12:23 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 2001-02-09 13:12:23 +0000 |
commit | 76e182323e04e4ef10a19c294d72891844831b4e (patch) | |
tree | cfa4bbc99d58a2d749dd885a7738b811e169f66b /audio/madplay | |
parent | ee83c04389ae2b8f6c5e6a82e409f15ce8f2c47a (diff) | |
download | pkgsrc-76e182323e04e4ef10a19c294d72891844831b4e.tar.gz |
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.
Diffstat (limited to 'audio/madplay')
-rw-r--r-- | audio/madplay/Makefile | 4 | ||||
-rw-r--r-- | audio/madplay/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
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 |