Thread
:
Mplayer 1.0 rc2 - Testing build.
View Single Post
shadowjk
2009-10-07 , 05:30
Posts: 1,258 | Thanked: 672 times | Joined on Mar 2009
#
78
Just compiler MPlayer latest svn on the diablo sdk.
I replaced the ancient as assembler with a new one from codesourcery, brutal mv on top.
-Wa,-v was useful for figuring out if I had replaced the right binary.
./configure --enable-armv5te --enable-armv6 --enable-armvfp --enable-largefiles
Made sure config.mak had -mcpu=arm1136jf-s -mfpu=vfp -mfloat-abi=softfp in OPTFLAGS and so on,
modified subdir.mak's %.o: %.S rule to include same -mcpu=arm1136jf-s -mfpu=vfp -mfloat-abi=softfp stuff so that it got passed to cc also for just the pure asm .S files in libavcodec/arm/
and it compiled. Not tested if it actually produced a useful binary ;-)
Quote & Reply
|
The Following User Says Thank You to shadowjk For This Useful Post:
sachin007
shadowjk
View Public Profile
Send a private message to shadowjk
Find all posts by shadowjk