summaryrefslogtreecommitdiff
path: root/audio/madplay/Makefile
diff options
context:
space:
mode:
authorsimonb <simonb@pkgsrc.org>2001-02-13 06:10:11 +0000
committersimonb <simonb@pkgsrc.org>2001-02-13 06:10:11 +0000
commit3b9d2607160433d0b31bf848fac920405501f27a (patch)
tree487b67f2efa26bbf409aff01584c5a11d031781e /audio/madplay/Makefile
parentf78d3b14e8508bf0110cf5d6e78245a34087fc7f (diff)
downloadpkgsrc-3b9d2607160433d0b31bf848fac920405501f27a.tar.gz
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.
Diffstat (limited to 'audio/madplay/Makefile')
-rw-r--r--audio/madplay/Makefile4
1 files changed, 2 insertions, 2 deletions
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/} \