Download the source from the repository
either as a zip or git clone
The libvpx version used is currently v1.6.0-720-g186dc40
The scripts are here as a guideline, and are not guaranteed to work. Feel free to contribute with improved versions!
Most part of libvpx should be compilable using configure
+ make -j8
and changing the target
triplet accordingly.
Some example scripts can be found in the vpx
folder.
The scripts are expected to be run from the libvpx folder.
The webm library is such a small part, it makes perfect sense to compile it yourself with a custom shell script
You'll find examples of such scripts in the WebM
folder
The scripts are expected to be run from the libvpx/third_party/libwebm folder.