# Mplayer/Mencoder cd ${CMPL} svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer cd mplayer ./configure --prefix=${TARGET} --extra-cflags="-I${TARGET}include/ -DLIBTWOLAME_STATIC -DAL_LIBTYPE_STATIC" --extra-ldflags="-L${TARGET}lib" --extra-libs='-lxml2 -llzma -lfreetype -lz -liconv -lpthread' --enable-menu --enable-bluray --enable-gl --enable-runtime-cpudetection make clean make -j 4 && make install