Mplayer ARM平台下交叉编译

下载MPlayer

http://www.mplayerhq.hu/design7/dload.html

编译环境

系统 : ubuntu 11.04

交叉编译器版本 : Sourcery G++ Lite 2009q1-203 

MPlayer版本 : MPlayer-1.0rc4

ARM型号 : Cortex-A8

编译指令

./configure --prefix=/opt/mplayer --host-cc=gcc  --cc=arm-none-linux-gnueabi-gcc  --target=arm-linux --enable-static --disable-mencoder --disable-dvdread --extra-cflags='-march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp'




原文地址:https://www.cnblogs.com/ouuy/p/2289452.html