summaryrefslogtreecommitdiff
path: root/audio/faac
diff options
context:
space:
mode:
authorhira <hira@pkgsrc.org>2006-06-07 21:33:21 +0000
committerhira <hira@pkgsrc.org>2006-06-07 21:33:21 +0000
commitfdef4e0d18460474660a7413f14147d55f590b9c (patch)
tree33edfe64aeef03a7e69f99ab9dc1c2b1be431a1b /audio/faac
parent2fe1cf271bf306a374a336f7492c8e2e60e28890 (diff)
downloadpkgsrc-fdef4e0d18460474660a7413f14147d55f590b9c.tar.gz
Use `mpeg4ip' option instead of `faad' option for encoding to AAC
format. No PKGREVISION bump because it's disabled by default.
Diffstat (limited to 'audio/faac')
-rw-r--r--audio/faac/options.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/faac/options.mk b/audio/faac/options.mk
index 592f06f0c0e..a071ce0c26d 100644
--- a/audio/faac/options.mk
+++ b/audio/faac/options.mk
@@ -1,11 +1,12 @@
-# $NetBSD: options.mk,v 1.1 2005/12/11 11:09:06 hira Exp $
+# $NetBSD: options.mk,v 1.2 2006/06/07 21:33:21 hira Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.faac
-PKG_SUPPORTED_OPTIONS= faad
+PKG_SUPPORTED_OPTIONS= mpeg4ip
PKG_SUGGESTED_OPTIONS=
+PKG_OPTIONS_LEGACY_OPTS+=faad:mpeg4ip
.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:Mfaad)
-. include "../../audio/faad2/buildlink3.mk"
+.if !empty(PKG_OPTIONS:Mmpeg4ip)
+. include "../../multimedia/mpeg4ip/buildlink3.mk"
.endif