[MPlayer-dev-eng] Re: OpenAL on Mac OSX: video playing at 2x speed

Diego Biurrun diego at biurrun.de
Mon Dec 11 09:20:40 CET 2006


On Sun, Dec 10, 2006 at 01:14:30PM +0100, Reimar D?ffinger wrote:
> On Sat, Dec 09, 2006 at 06:54:51PM -0500, Nicolas Plourde wrote:
> > -  if cc_check -lopenal ; then
> > -    _libs_mplayer="$_libs_mplayer -lopenal"
> > -    _openal=yes
> > +  if test "$_macosx" = yes ; then
> > +    if cc_check -DMACOSX -framework OpenAL ; then
> > +      _ld_extra="$_ld_extra -framework OpenAL"
> > +      _openal=yes
> > +    fi
> 
> Why _ld_extra? Any reason why attached patch would not work?

If this is usable only with MPlayer then it should be _libs_mplayer and
not _ld_extra.

Diego




More information about the MPlayer-dev-eng mailing list