diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-14 06:55:47 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-14 06:55:47 +0000 |
commit | f0c5f1f2d98f02e29e0757945bf17e602513f0b9 (patch) | |
tree | 7127abb7202cd3c88f22501cf20827fe601181f3 /multimedia/mplayer | |
parent | e1fab35b899b769f69150b0c4ab253757fbeaff2 (diff) | |
download | pkgsrc-f0c5f1f2d98f02e29e0757945bf17e602513f0b9.tar.gz |
Add fix for a crash / stack corruption with ASS. Bump revision.
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r-- | multimedia/mplayer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index ec329484b95..b077e589672 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.54 2008/03/16 11:56:49 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2008/04/14 06:55:47 joerg Exp $ PKGNAME= mplayer-${MPLAYER_PKG_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 COMMENT= Software-only MPEG-1/2/4 video decoder |