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

Nicolas Plourde nicolas.plourde at gmail.com
Sun Dec 10 14:32:03 CET 2006


On 10-Dec-06, at 7:14 AM, Reimar Döffinger wrote:

> Hello,
> 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?
>

No reason, it work just fine.

====
Nicolas Plourde <nicolas.plourde at gmail.com>






More information about the MPlayer-dev-eng mailing list