remove dependency on liba52 since this builds its own tweaked
version of liba52 into libavcodec bump pkgrevision
This commit is contained in:
parent
a38782a038
commit
09c4d82d2a
2 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.32 2007/01/07 09:14:01 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.33 2007/08/02 21:53:05 dbj Exp $
|
||||
|
||||
DISTNAME= ffmpeg-0.4.9-pre1
|
||||
PKGNAME= ffmpeg-0.4.9pre1
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ffmpeg/}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.5 2007/08/02 21:51:52 dbj Exp $
|
||||
# $NetBSD: options.mk,v 1.6 2007/08/02 21:53:05 dbj Exp $
|
||||
|
||||
# Global and legacy options
|
||||
|
||||
|
@ -90,7 +90,8 @@ CONFIGURE_ARGS+= --disable-faac
|
|||
|
||||
.if !empty(PKG_OPTIONS:Ma52)
|
||||
CONFIGURE_ARGS+= --enable-a52
|
||||
.include "../../audio/liba52/buildlink3.mk"
|
||||
# XXX this pkg currently compiles its own liba52 into libavcodec
|
||||
#.include "../../audio/liba52/buildlink3.mk"
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-a52
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue