Thank you for the prompt responses. I still have the install directory with the make file.
It's too bad I didn't realize the version of mplayer I had (Linux mint

already had vdpau integrated.
Doesn't mplayer already have GUI? Since smplayer is a frontend it would just extend functionality... Pretty much mplayer running underneath correct?
Thanks for all the help. I need to try this when I get home...
edit: i have issues adding ppa repositories...not sure why. This is a new installation.
I'll compile smplayer from source...should be ok right?
double edit:
Ok installed smplayer from source.
also... this is kinda off topic but, whenever I want to check if I have the correct dependencies for a application I should run:
sudo apt-get (or aptitude) build-dep <package>
right?
however, i get "you need to add source URI to sources.list
is this the source file in:
/etc/apt/sources.list
?
^-- edit: okay, fixed this issue. You need to add
<code>
deb-src "repository"
</code>
add these to all the repositories in your sources.list. Making a deb-src line for each repository. This will allow you to use
"build-dep" without getting [E: You must put some 'source' URIs in your sources.list ], allowing you to acquire the dependencies of what your are compiling.
I do notice that only the original sources that come with the distro are there. Maybe this is linked with my problem of adding ppa in synaptic...
I really don't know...
triple edit: :p
vdpau works now using smplayer with it enabled. Thanks a lot for all the help.
cpu load is now *just* 30 %

yeah...i have a 939 athlong @2.2

oh btw...where's the mplayer config file? <-- super n00b question. in usr/lib?