<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-text-html" lang="x-unicode"> Hi Thomas<br>
      <br>
      Excuse the duplicate email, I sent the last one from the wrong
      address.<br>
      <br>
      I have pushed a few changes recently that may help the Raspberry
      Pi mythbuntu builds. Maybe you already know about some of them.<br>
      <br>
      1. There is no need to export anything before the configure or the
      build. (Previously we have a bunch of setting for CXXFLAGS and
      such).<br>
      2. The LD_LIBRARY_PATH is no longer needed for Raspberry Pi
      Ubuntu.<br>
      3. The configure command line can be much simplified, for Ubuntu:<br>
      <code>./configure --enable-openmax --disable-vdpau
        --disable-opengl-video --disable-opengl --disable-vaapi</code><br>
      The "enable-openmax can be left out, but it is useful to keep
      there. With enable-openmax, if openmax cannot be enabled due to
      missing libraries, configure will fail. Without enable-openmax, it
      will silently disable openmax, and the resulting executable will
      be useless.<br>
      <br>
      There are changes that support opengl, but they work only in
      Raspbian, not in Ubuntu. Ubuntu seems to have a broken opengl es
      implementation. So we disable opengl in Ubuntu and enable it in
      Raspbian builds<br>
      Raspbian builds use this:<br>
      <code>./configure --enable-openmax --disable-vdpau
        --disable-opengl-video --enable-opengl
        --disable-opengl-themepainter --disable-vaapi</code><br>
      <br>
      See build instructions at <a class="moz-txt-link-freetext"
        href="https://www.mythtv.org/wiki/Build_from_Source">https://www.mythtv.org/wiki/Build_from_Source</a><br>
      <br>
      Peter<br>
      <br>
    </div>
  </body>
</html>