mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
libvpx: pass CONFIG_SPATIAL_SVC=yes, configure with --enable-vp9 (#2596)
to add develop/headers/vpx/svc_context.h to the devel package.
This commit is contained in:
@@ -11,7 +11,7 @@ COPYRIGHT="2009-2012 Google Inc.,
|
|||||||
The Mozilla Foundation and
|
The Mozilla Foundation and
|
||||||
The Xiph.Org Foundation"
|
The Xiph.Org Foundation"
|
||||||
LICENSE="BSD (3-clause)"
|
LICENSE="BSD (3-clause)"
|
||||||
REVISION="2"
|
REVISION="3"
|
||||||
SOURCE_URI="https://github.com/webmproject/libvpx/archive/v$portVersion.tar.gz"
|
SOURCE_URI="https://github.com/webmproject/libvpx/archive/v$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="1fec931eb5c94279ad219a5b6e0202358e94a93a90cfb1603578c326abfc1238"
|
CHECKSUM_SHA256="1fec931eb5c94279ad219a5b6e0202358e94a93a90cfb1603578c326abfc1238"
|
||||||
SOURCE_FILENAME="libvpx-$portVersion.tar.gz"
|
SOURCE_FILENAME="libvpx-$portVersion.tar.gz"
|
||||||
@@ -85,6 +85,7 @@ BUILD_PREREQUIRES="
|
|||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
|
export CONFIG_SPATIAL_SVC=yes
|
||||||
# not an auto tools configure
|
# not an auto tools configure
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="$prefix" \
|
--prefix="$prefix" \
|
||||||
@@ -92,12 +93,15 @@ BUILD()
|
|||||||
--as=yasm \
|
--as=yasm \
|
||||||
--enable-pic \
|
--enable-pic \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-vp8
|
--enable-vp8 \
|
||||||
|
--enable-vp9 \
|
||||||
|
|
||||||
make $jobArgs
|
make $jobArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTALL()
|
INSTALL()
|
||||||
{
|
{
|
||||||
|
CONFIG_SPATIAL_SVC=yes \
|
||||||
make install
|
make install
|
||||||
|
|
||||||
prepareInstalledDevelLibs libvpx
|
prepareInstalledDevelLibs libvpx
|
||||||
|
|||||||
Reference in New Issue
Block a user