mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
libwebm: enabled webm parser (#12813)
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION="libwebm - WebM VP8 Codec SDK"
|
||||
HOMEPAGE="https://www.webmproject.org/"
|
||||
COPYRIGHT="2015 Google Inc."
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/webmproject/libwebm/archive/libwebm-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="7fd5e085bda9f8031cf2ad2a1e52d9b7b29cba9c0b96ad2ce794ce89e4249eb8"
|
||||
SOURCE_DIR="libwebm-libwebm-$portVersion"
|
||||
@@ -44,6 +44,7 @@ BUILD()
|
||||
cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release \
|
||||
$cmakeDirArgs \
|
||||
-DBUILD_SHARED_LIBS=ON \
|
||||
-DENABLE_WEBM_PARSER=ON \
|
||||
-DENABLE_SAMPLE_PROGRAMS=OFF
|
||||
|
||||
make -C build $jobArgs
|
||||
|
||||
Reference in New Issue
Block a user