updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / mplayer-mt-oss-git / mplayer.install
blob35b8f915da1896cd1851c0144e65c01c59b473dd
1 post_install() {
2  echo " => To enable threading run :"
3  echo " -> mplayer -lavdopts threads=N file.mkv"                                 
4  echo " -> #where N is the number of threads you want to use."
5  echo " => To add it to the config run :"
6  echo " -> echo "lavdopts=threads=$(cat /proc/cpuinfo | grep -c cores)" >> $HOME/.mplayer/config "
7  echo " -> #Enable multithreading in mplayer, with 1 thread per core."
10 post_upgrade() {
11   post_install $1