Menu

MPlayer compiling?

Developers
2006-12-03
2013-04-10
  • Paul Gearon

    Paul Gearon - 2006-12-03

    The MPlayer for OSX is currently a PPC binary.  This works, but is slow, so I thought I'd try and compile it.

    After downloading the main mplayer project, I fail at this point in the compile:

    cc  -I. -I.. -Wdeclaration-after-statement -O4 -march=pentium-m -mtune=pentium-m -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN -shared-libgcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/local/include -I/usr/X11R6/include   -c -o dct64_MMX.o dct64_MMX.c
    {standard input}:11:Missing operand value assumed absolute 0.
    make[1]: *** [dct64_MMX.o] Error 1
    make: *** [mp3lib/libMP3.a] Error 2

    I seem to recall another thread somewhere saying that this MP3 library is unsupported.  Is it possible to compile MPlayer with MP3 support?

    Regards,
    Paul

     
    • Nobody/Anonymous

      -march=pentium-m -mtune=pentium-m ---> ??? its for mac?

       

Log in to post a comment.