UmVirt LFS Package info

DB commit: c78e95157185199cceff370fa5b5f1dd2a1be2fa
APP commit: cac3f2066a9a05955b29d720b9b9b14f534d21c2

libvpx

This package, from the WebM project, provides the reference implementations of the VP8 Codec, used in most current html5 video, and of the next-generation VP9 Codec.

Package info

Codename: libvpx
Source file: libvpx-1.7.0.tar.gz
Source directory: libvpx-1.7.0
Package URL: https://umvirt.com/linux/downloads/0.1/packages/l/libvpx-1.7.0.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/l/libvpx-1.7.0.tar.gz.md5sum
Dependances: which, yasm.
Dependance of: ffmpeg.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
sed -i 's/cp -p/cp/' build/make/Makefile &&

mkdir libvpx-build            &&
cd    libvpx-build            &&

../configure --prefix=/usr    \
             --enable-shared  \
             --disable-static

Build script:
make

Install script:
make install