[MPlayer-users] build failure on MacOS 10.4.11
Christian Ebert
blacktrash at gmx.net
Sat Apr 19 17:56:50 CEST 2008
* Jan Knutar on Monday, April 14, 2008 at 20:12:45 +0300
> On Monday 14 April 2008 19:18, Christian Ebert wrote:
>> ./configure: line 2313: powerpc: command not found
>> Checking for extern symbol prefix ... _
>> [...]
>>
>> If I comment out the switch (I guess not needed for ppc, but for
>> other machines) mplayer builds successfully:
>
> Oh oops, powerpc() doesn't exist. I guess it should be if ! ppc. Thanks!
>
> Does mplayer otherwise build with altivec optimizations and so forth
> now?
All fine, and many thanks.
But, as a friendly reminder, I still need this:
Index: configure
===================================================================
--- configure (revision 26468)
+++ configure (working copy)
@@ -2300,6 +2300,24 @@
_altivec=yes
fi
fi
+if ! x86 ; then
+ _mmx=
+ _3dnow=
+ _3dnowext=
+ _mmxext=
+ _sse=
+ _sse2=
+ _ssse3=
+ _cmov=
+fi
+if ! ppc ; then
+ _altivec=
+fi
+if ! arm ; then
+ _armv5te=
+ _armv6=
+ _iwmmxt=
+fi
echocheck "extern symbol prefix"
--
__ _ _ _ __ _ _
\ \ | |__| |__ _ __| |_\ \| |_ _ _ __ _ __| |_
\ \| '_ \ / _` / _| / /\ \ _| '_/ _` (_-< ' \ http://www.blacktrash.org/
\_\_.__/_\__,_\__|_\_\ \_\__|_| \__,_/__/_||_| Jabber-ID: blacktrash at gmx.net
More information about the MPlayer-users
mailing list