Subject: Re: down striped version of mplayer
To: Christian Biere <christianbiere@gmx.de>
From: Geert Hendrickx <ghen@NetBSD.org>
List: pkgsrc-users
Date: 09/30/2006 11:41:38
On Sat, Sep 30, 2006 at 11:06:59AM +0200, Christian Biere wrote:
> ldecitre@web.de wrote:
> > Do you know a "clean" way to remove any dependency to faad ?
> 
> If there's no PKG_OPTION for that, you can also add flags
> like these:
> 
> CONFIGURE_ARGS += --disable-faad
> 
> That's just a guess. Try ./configure --help in the work
> directory to see all supported arguments. I believe there's
> also FAAD2, so you might have to disable this explicitely
> as well.

PKG_OPTIONS.mplayer=-faad.  It's not excluded by -* because it's part of an
options group.   Either disable the "faad" option explicitly, or enable the
"mplayer-internal-faad" option.

	Geert