Hi,<br><br>Alexander Preisinger has worked very diligently on a wayland video backend for mplayer2. I am posting a general build guide as reference here. This might be a candidate for the site as a build guide for mplayer2, so others can build and use this software.<br>
<br>git clone <a href="https://github.com/giselher/mplayer2-wayland.git">https://github.com/giselher/mplayer2-wayland.git</a><br>cd mplayer2-wayland<br>./configure --prefix=$prefix --enable-wayland --enable-debug --disable-x11<br>
make<br>make install<br><br>Clearly, $prefix should be set accordingly and --enable-debug is optional, but useful for debugging. The master branch of this repository should work with wayland/weston 1.x. Feedback is welcome.<br>
<br><br>Cheers,<br><br>Scott<br>