libvpx: enable postproc (for Telegram video calls)

This commit is contained in:
Gerasim Troeglazov
2022-06-23 22:05:07 +10:00
parent 0e8bb3a9ad
commit 7007d1fda6

View File

@@ -7,7 +7,7 @@ COPYRIGHT="2009-2012 Google Inc.,
The Mozilla Foundation and
The Xiph.Org Foundation"
LICENSE="BSD (3-clause)"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/webmproject/libvpx/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="965e51c91ad9851e2337aebcc0f517440c637c506f3a03948062e3d5ea129a83"
SOURCE_FILENAME="libvpx-$portVersion.tar.gz"
@@ -92,6 +92,7 @@ BUILD()
--enable-shared \
--enable-vp8 \
--enable-vp9 \
--enable-postproc
make $jobArgs
}