<p>Hi,</p>
<p>Due to the recent changes to the contribs and handling of such within libvlc, I submitted the below linked patch as RFC:</p>
<ul>
<li>https://patches.videolan.org/patch/14223/</li>
</ul>
<p>As can be seen it is currently under review, meaning that the outcome is yet to be known. No matter the outcome there are one of two possibilities for <code>vlc-android</code>;</p>
<ul>
<li><p>either disable vpx with <code>--disable-vpx</code> passed to configure since the current version of <a href="https://www.webmproject.org/code/">libvpx</a> used does not support all the relevant toolchains required by <code>vlc-android</code> (x86_64-android-gcc as an example), or;</p></li>
<li><p>link with <code>libvpx</code> when we build <code>vlc-android</code>.</p></li>
</ul>
<p>Attached are two individual patches that does one of the two alternatives mentioned above (the name of each patch is hopefully descriptive enough).</p>
<p>I will try to keep this thread updated with further information if it turns out that the new changes to contribs related to <em>libvpx</em> will be changed once again, rendering the attached patches obsolete.</p>