diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-11 08:24:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-11 08:24:58 +0000 |
commit | 8fb9c87f538c937aec7967c7e85e209d320d8136 (patch) | |
tree | 189ea1939d1de8553d567d91b6645aa1b7d9c0ff /multimedia/mplayer-share/options.mk | |
parent | a87f86d941a2845fb32b54ae1ca9362a7fa6a9f9 (diff) | |
download | pkgsrc-8fb9c87f538c937aec7967c7e85e209d320d8136.tar.gz |
Allow faad options for mencoder as well.
From Hiroyuki Bessho in PR 41403.
Diffstat (limited to 'multimedia/mplayer-share/options.mk')
-rw-r--r-- | multimedia/mplayer-share/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/mplayer-share/options.mk b/multimedia/mplayer-share/options.mk index 3801f828543..fa55168b081 100644 --- a/multimedia/mplayer-share/options.mk +++ b/multimedia/mplayer-share/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.35 2009/01/03 15:18:18 shattered Exp $ +# $NetBSD: options.mk,v 1.36 2009/05/11 08:24:58 wiz Exp $ .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*) @@ -19,12 +19,12 @@ PKG_SUPPORTED_OPTIONS= gif jpeg mad dts dv dvdread png theora vorbis x264 debug PKG_SUPPORTED_OPTIONS+= oss .endif -# Set options based on the specific package being built. -.if !empty(PKGNAME:M*mplayer*) PKG_OPTIONS_OPTIONAL_GROUPS= faadgroup PKG_OPTIONS_GROUP.faadgroup= faad mplayer-internal-faad PKG_SUGGESTED_OPTIONS+= mplayer-internal-faad +# Set options based on the specific package being built. +.if !empty(PKGNAME:M*mplayer*) PKG_SUPPORTED_OPTIONS+= aalib esound ggi mplayer-menu nas pulseaudio sdl . if ${OPSYS} != "SunOS" |