diff options
author | wiz <wiz@pkgsrc.org> | 2003-12-08 19:28:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-12-08 19:28:49 +0000 |
commit | cb82478cdd9bb32c818de7da85e636bafae140b0 (patch) | |
tree | 6b9cc6958ceb5e560de202034958f430f0b69388 /audio/speex/Makefile | |
parent | d83a741878e7f76d5ff348da36b1331ac8cf0eaf (diff) | |
download | pkgsrc-cb82478cdd9bb32c818de7da85e636bafae140b0.tar.gz |
Update to 1.0.3:
In this bugfix release: a fix for a multithreading bug and a
correction for an underflow problem that could slow decoding
dramatically on x86 processors.
Diffstat (limited to 'audio/speex/Makefile')
-rw-r--r-- | audio/speex/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile index 31259f86e70..9538c845e3f 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2003/12/08 14:41:38 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2003/12/08 19:28:49 wiz Exp $ # -DISTNAME= speex-1.0.2 -PKGREVISION= 1 +DISTNAME= speex-1.0.3 CATEGORIES= audio MASTER_SITES= http://www.speex.org/download/ |