[MPlayer-users] Generic ppc compilation of mplayer on iMac G4

Laurent ETTOUATI laurent.ettouati at free.fr
Sat Jun 14 20:27:49 CEST 2008


Until now I compiled without problem mplayer from svn (SVN-r26320 was the
last one) on my iMac G4 with ./configure --disable-x11 --disable-gl
--disable-mencoder --disable-freetype --disable-fontconfig
I got "ppc" with "lipo -info my_mplayer_build"

Recently, I compiled successfully from svn-r27056. However, I got "ppc7450"
with lipo.

As I use this build to make an universal binary for my project and I want a
generic build, I added "--target=ppc-apple". However, I got that during make

.............
cc -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement
-I. -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4   -pipe
-ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DHAVE_CONFIG_H -I/usr/X11R6/include   -c -o libmpeg2/cpu_state.o
libmpeg2/cpu_state.c
{standard input}:18:stvx vector instruction is optional for the PowerPC (not
allowed without -force_cpusubtype_ALL option)
{standard input}:20:stvx vector instruction is optional for the PowerPC (not
allowed without -force_cpusubtype_ALL option)
{standard input}:22:stvx vector instruction is optional for the PowerPC (not
allowed without -force_cpusubtype_ALL option)
{standard input}:24:stvx vector instruction is optional for the PowerPC (not
allowed without -force_cpusubtype_ALL option)
.............
 
Is it possible to compile a generic ppc build now and how to do that ??

Laurent





More information about the MPlayer-users mailing list