it's my configure option:
linux32 ./configure --prefix=/usr --cc="gcc -m32 -fomit-frame-pointer" --target="i386-linux" --enable-aa --enable-caca --with-extralibdir=/usr/lib32/
the error part of compiling
make[1]: Entering directory `/usr/local/src/flvsys/mplayer/osdep'
gcc -m32 -fomit-frame-pointer -I. -march=nocona -O2 -pipe -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/include -I/usr/include/ -I./libavutil -I./libavcodec -I. -I.. -I../libavutil -I../libavcodec -I../libavformat -march=nocona -O2 -pipe -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/include -I/usr/include/ -c -o ftello.o ftello.c
ftello.c: In function 'ftello':
ftello.c:18: error: incompatible types in return
make[1]: *** [ftello.o] Error 1
make[1]: Leaving directory `/usr/local/src/flvsys/mplayer/osdep'
make: *** [osdep/libosdep.a] Error 2
I heared that if you want to use the full-codecs sopport Mplayer,only the 32bit can use.
Some codecs like real,win32 had no 64bit version.
Is that true?
[Updated on: Tue, 27 March 2007 07:44]
Report message to a moderator