<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - VDPAU videos take forever to start in different applications"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101254#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - VDPAU videos take forever to start in different applications"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101254">bug 101254</a>
              from <span class="vcard"><a class="email" href="mailto:joeri.exelmans@gmail.com" title="joeri.exelmans@gmail.com">joeri.exelmans@gmail.com</a>
</span></b>
        <pre>I used this guide (<a href="https://pkg-xorg.alioth.debian.org/howto/build-mesa.html">https://pkg-xorg.alioth.debian.org/howto/build-mesa.html</a>) to
 build the mesa project with git version
84012262ea70435507d3b88ddbc0f621781ec275 (Mar 21 2017), and I can use VDPAU
again in Kodi.

The configure command that I used:
./configure --enable-vdpau --enable-va --with-gallium-drivers=r600
--with-dri-drivers=radeon --enable-llvm --enable-dri3
--with-llvm-prefix=/usr/lib/llvm-4.0 --enable-gles1 --enable-gles2
--enable-glx-tls

The environment variables when running Kodi:
export LIBGL_DRIVERS_PATH=lib
export LD_LIBRARY_PATH=lib
export VDPAU_DRIVER_PATH=lib
(lib being in the mesa git project dir)

So Kodi works, VLC already worked, but mpv is still broken. The movie starts
playing (cause I can hear the audio), which is an improvement, but the player
window is entirely blue + a lot of opengl errors in stdout. Maybe because old
mesa + new mpv is a bad idea, or maybe I did something wrong building mesa.

I'll continue to search for the specific commit that broke VDPAU in Kodi.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>