blob: 9327d31da04adc9e1645f676ec1fe37809874fa7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
post_install() {
cat<<'EOF'
## NOTE ##
Due to a bug this package _might_ no longer provides support for using vaapi via X11.
Apps configured to use vaapi in this way (e.g. VLC, MPV) should be changed to
use vaapi via DRM.
## NOTE ##
Supported Platforms | Features
--------------------+--------------
Haswell (HSW) | vp8enc
Bay Trail M (BYT) | vp8enc
Broadwell (BRW) | vp9dec vp9enc
Braswell (BSW) | vp8enc vp9dec
The libva-intel-driver package isn't compiled with support for loading
this driver. To use this driver's features with non hybrid codecs,
recompile libva-intel-driver with the --enable-hybrid-codec
or install the libva-intel-driver-hybrid package from the AUR
EOF
}
|