UmVirt LFS Package info

DB commit: d35a620850806ab581b32cb34d268a904c9c0a5f
APP commit: 5a53a1c3d36df0b0d19aa59af91345617cecf65c
[ BASH | XML | JSON ]

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 file size: 2679797
Source file MD5-checkum: 193346f9aec0726145e51db732417cd2
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