initial bep and patch files for libvpx, from michaelvoliveira.

This commit is contained in:
Scott McCreary
2010-10-02 21:17:27 +00:00
parent 0ace9d3a4f
commit b6c51bf8f8
2 changed files with 69 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
DESCRIPTION="libvpx - WebM VP8 Codec SDK"
HOMEPAGE="http://www.webmproject.org"
SRC_URI="git+git://review.webmproject.org/libvpx.git"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd libvpx-0.9.2-git
./configure --prefix=/boot/common \
--enable-pic \
--enable-vp8
make
}
INSTALL {
cd libvpx-0.9.2-git
make install
}
LICENSE="BSD (3-clause)"
COPYRIGHT="2009-2010 Google Inc.,
The Mozilla Foundation and
The Xiph.Org Foundation"