[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: compiling mplayer



Richard Fillion <rick@rhix.ods.org> writes:

> Hi, im trying to compile mplayer, the tarball that someone gave me about
> a year about that made divx work on my old alpha.  And i'm getting this:
> 
> make -C libmpeg2
> make[1]: Entering directory `/seagate/src/mplayer/libmpeg2'
> gcc -c -O4  -mcpu=ev56 -pipe -ffast-math -fomit-frame-pointer
> -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I../libvo
> -I..   -DMPG12PLAY -finline-limit=100000  -fforce-addr -o header.o
> header.c
> cc1: Invalid option `-finline-limit=100000'
> make[1]: *** [header.o] Error 1
> make[1]: Leaving directory `/seagate/src/mplayer/libmpeg2'
> make: *** [libmpeg2/libmpeg2.a] Error 2

-finline-limit is a new option in gcc 3. Try upgrading your gcc, or
remove this option from the Makefile.

-- 
	Falk



Reply to: