Yes I know it's bad. But it's currently done to make it easy to launch gvbam from the source folder. I'll change that when the port is more mature.
To install in /usr, you have to launch cmake with :
cmake -DCMAKE_INSTALL_PREFIX :P ATH=/usr -DDATA_INSTALL_DIR :P ATH=share/gvbam .
And to install in a chroot you have to launch :
make DESTDIR=/location/of/chroot install
Â
I'm currently working on the graphic output system. I've made it possible to add other output modules in addition to the plain GTK one, and I've written an Xvideo output module. It gives a nice speed boost when compared to Gtk, thanks to the hardware scaling and filtering support. It also features freely modifiable window size.
The Xv output module can be enabled by setting use_Xv=1 in the config file (~/gvbam/config). I'm sorry, there is no menu for the moment. Can you please test it and tell me if it works on your system ?