=========bcm7581上测试ffmpeg通过的============
编译脚本
#!/bin/sh
DST=/home/ffmpeg-0.10.4/home
FFMPEG_HOME=$DST
echo "####################"
echo "FFMPEG_HOME IS $FFMPEG_HOME"
echo "####################"
./configure --prefix=${FFMPEG_HOME} --enable-cross-compile --cross-prefix=mipsel-linux-uclibc- --arch=mipsel --target-os=linux --enable-shared --enable-gpl --enable-nonfree --disable-doc --disable-ffplay --disable-ffprobe --disable-ffserver --sysroot=/opt/toolchains/stbgcc-4.5.3-1.3/mipsel-linux-uclibc/sys-root/ --enable-pic
#--disable-ffmpeg
echo "configure done ..."