diff --git a/pkg.info b/pkg.info index 5169f4e..348b07c 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: svt-av1 description: Scalable Video Technology for AV1 -version: 3.1.2 -revision: 2 +version: 4.0.1 +revision: 1 url: https://gitlab.com/AOMediaCodec/SVT-AV1 license: BSD-3-Clause-Clear maintainers: @@ -17,4 +17,4 @@ downloads: - url: https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v${BPM_PKG_VERSION}/SVT-AV1-v${BPM_PKG_VERSION}.tar.gz extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: d0d73bfea42fdcc1222272bf2b0e2319e9df5574721298090c3d28315586ecb1 + checksum: 9c0f9a4327334c40a76d2f39940d8a1b2dd8b1358375a11c4715d516b90a65cb diff --git a/source.sh b/source.sh index 40a4e3b..f62ee78 100644 --- a/source.sh +++ b/source.sh @@ -11,7 +11,7 @@ prepare() { # The build function is executed in the source directory # This function is used to compile the source code build() { - cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON DNATIVE=OFF + cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON -DNATIVE=OFF cmake --build build }