Subject: Re: mplayer build failuer after aalib-x11 addition
To: None <tech-pkg@netbsd.org>
From: Thomas Klausner <wiz@NetBSD.org>
List: tech-pkg
Date: 07/24/2005 13:48:00
On Sun, Jul 24, 2005 at 10:30:49AM +0200, Jukka Salmi wrote:
> > Do you have "oss" in your options?
>
> No, I explicitly disabled it...
mplayer-share/options.mk correctly adds
--disable-ossaudio
to CONFIGURE_ARGS in this case.
Does this happen for you too?
make show-var VARNAME=CONFIGURE_ARGS
Does the configure script still try to detect it?
Thomas