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

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Sun Dec 10 15:09:43 CET 2006


Hello,
On Sun, Dec 10, 2006 at 08:32:03AM -0500, Nicolas Plourde wrote:
> On 10-Dec-06, at 7:14 AM, 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?
> 
> No reason, it work just fine.

Applied then (as you may have noticed I am extremely averse to checks
that check the OS instead of the real problem *g*).

Greetings,
Reimar Döffinger



More information about the MPlayer-dev-eng mailing list