summaryrefslogtreecommitdiff
path: root/audio/faac
diff options
context:
space:
mode:
authorhira <hira>2006-06-07 21:33:21 +0000
committerhira <hira>2006-06-07 21:33:21 +0000
commit725deb864ca81a6132660104cd8b162450a03bf4 (patch)
tree33edfe64aeef03a7e69f99ab9dc1c2b1be431a1b /audio/faac
parent6599ee2d0b12ffe646f9eb2aaae9c141d70563b0 (diff)
downloadpkgsrc-725deb864ca81a6132660104cd8b162450a03bf4.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