#!/bin/sh # A script to build MPlayer # Use it if you like. It's under GNU/fdl # Change it to youre likeing, under the conditions of GNU/fdl # http://www.gnu.org/copyleft/fdl.html # http://www.mplayerhq.hu # CWD=`pwd` cd /home/jensa/download/install/mplayer/ #cvs -z3 update -dPA #`then` #cp -r libavformat/ ../main/ #cp -r libavcodec/ ../main/ #cp -r libavutil/ ../main/ #cd ../main/ #cvs -z3 update -dPA svn update # configuration mplayer CFLAGS="-O4 -march=pentium4 -mcpu=pentium4 -pipe -fomit-frame-pointer -ffast-math" ./configure \ --with-codecsdir=/usr/local/lib/codecs/win32 \ --with-xanimlibdir=/usr/local/lib/codecs/xanimdlls/ \ --with-reallibdir=/usr/local/lib/codecs/rp8codecs/ \ --with-xvidlibdir=/usr/local/lib/ \ --with-xvidincdir=/usr/local/include/ \ #--enable-gui # kör make exec make -j4