[MPlayer-dev-eng] Re: OpenAL on Mac OSX: video playing at 2x speed
Nicolas Plourde
nicolas.plourde at gmail.com
Mon Dec 11 13:42:27 CET 2006
On 11-Dec-06, at 3:20 AM, Diego Biurrun wrote:
> 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
>
yes, proper solution was applied to svn already.
thanks
====
Nicolas Plourde <nicolas.plourde at gmail.com>
More information about the MPlayer-dev-eng
mailing list