summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg
diff options
context:
space:
mode:
authortron <tron>2010-01-05 23:12:54 +0000
committertron <tron>2010-01-05 23:12:54 +0000
commit476041a3680adac7213feb3bc4ee2b65c0f7b84b (patch)
tree81322c188d7affcc230b3091af1051f20e80007b /multimedia/ffmpeg
parentce48c3fa07564dd9a89178d60cb751b9233a9333 (diff)
downloadpkgsrc-476041a3680adac7213feb3bc4ee2b65c0f7b84b.tar.gz
Depend on revsion 3.98.2nb1 or newer of the "lame" package to make sure
that audio encoding actually works. Bump package revision. Approved by Alistair Crooks.
Diffstat (limited to 'multimedia/ffmpeg')
-rw-r--r--multimedia/ffmpeg/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile
index f84f341f14e..de3ba5a3485 100644
--- a/multimedia/ffmpeg/Makefile
+++ b/multimedia/ffmpeg/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2009/09/25 11:10:21 tron Exp $
+# $NetBSD: Makefile,v 1.55 2010/01/05 23:12:54 tron Exp $
-PKGREVISION= 4
+PKGREVISION= 5
MAINTAINER= ahoka@NetBSD.org
HOMEPAGE= http://ffmpeg.mplayerhq.hu/
@@ -31,6 +31,9 @@ post-install:
.include "options.mk"
+# "lame-3.98" isn't compatible with "ffmpeg" which breaks audio encoding.
+BUILDLINK_ABI_DEPENDS.lame+= lame>=3.98.2nb1
+
.include "../../audio/lame/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../multimedia/ffmpeg/Makefile.common"