diff options
author | wiz <wiz> | 2009-05-11 08:24:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-05-11 08:24:58 +0000 |
commit | ae3beaee3e89f966cebc7d038c24414d13cb07b7 (patch) | |
tree | 189ea1939d1de8553d567d91b6645aa1b7d9c0ff /multimedia | |
parent | f13d710c0da4b3be4f212578f2d15ef2c69cb849 (diff) | |
download | pkgsrc-ae3beaee3e89f966cebc7d038c24414d13cb07b7.tar.gz |
Allow faad options for mencoder as well.
From Hiroyuki Bessho in PR 41403.
Diffstat (limited to 'multimedia')
-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" |