I am trying to do exactly what is given on this page but while doing make I get this error:
gui/libgui.a(interface.o): In function `guiInit':
interface.c:(.text+0x978): undefined reference to `vo_setwindow'
collect2: ld returned 1 exit status
make: *** [mplayer] Error 1
I have gtk2 and glib2 and their devel packages installed.
How can I fix this?