git » freerdp.git » commit 78bac15

Rebuild to remove VAAPI feature.

author David Runge
2021-02-26 17:13:55 UTC
committer David Runge
2021-02-26 17:13:55 UTC
parent b5ccc09804985e4696865c0d0ebd9d138c618c50

Rebuild to remove VAAPI feature.

The VAAPI feature is unstable:
https://bugs.archlinux.org/task/69797

PKGBUILD +1 -2

diff --git a/PKGBUILD b/PKGBUILD
index 49ec19b..3a3026b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 _name=FreeRDP
 pkgname=freerdp
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc="Free implementation of the Remote Desktop Protocol (RDP)"
 arch=('x86_64')
@@ -52,7 +52,6 @@ build() {
         -DWITH_CHANNELS=ON \
         -DWITH_CLIENT_CHANNELS=ON \
         -DWITH_SERVER_CHANNELS=ON \
-        -DWITH_VAAPI=ON \
         -DCHANNEL_URBDRC_CLIENT=ON \
         -Wno-dev \
         -B build \