summaryrefslogtreecommitdiff
path: root/audio/faac/options.mk
blob: 252db93aa5ef89bca0bf7e2ae50b86679b0c608b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: options.mk,v 1.4 2007/02/09 20:27:16 drochner Exp $

PKG_OPTIONS_VAR=		PKG_OPTIONS.faac
PKG_SUPPORTED_OPTIONS=		mpeg4ip
PKG_SUGGESTED_OPTIONS=
PKG_OPTIONS_LEGACY_OPTS+=	faad:mpeg4ip

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mmpeg4ip)
.  include "../../multimedia/libmp4v2/buildlink3.mk"
.else
# ignore bundled mp4v2 lib
CONFIGURE_ARGS+= --without-mp4v2
.endif