Quote:
Originally Posted by kaito
Thanks for the help baf & knc1. Soft FP was definitely the problem with CPU use.
I wasn't able to compile with --enable-thumb (some register error), but adding --enable-armvfp was fine. My readelf tag output now exactly matches the fbdev binary and cpu use is the same lower number with Mplayer v1.1.1.
The build.sh script could be updated to use softfp:
export CFLAGS="-O4 -I$ALSAPREFIX/include/ -march=armv6j -mtune=arm1136jf-s -mfloat-abi=softfp -mcpu=arm1136j-s -U_FORTIFY_SOURCE"
|
Please share the resultant binary file. I'm writing a GUI for MPlayer [kindle3] and a have a problem with seekeing MP3's maybe the problem will not exist in the new Versions of Mplayer