summarylogtreecommitdiffstats
path: root/intel-media-stack-bin.install
blob: b6dde205475b248960ed2a174f4dd0d6d840bac8 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    printf '%s\n' 'In order to use the the Intel Media Driver for VAAPI you need to set the'
    printf '%s\n' "'LIBVA_DRIVER_NAME' environment variable to 'iHD'. You can do this, for"
    printf '%s\n' "example, by uncommenting the proper line in '/etc/profile.d/intel-mediasdk.sh'"
    printf '%s\n' '(relogin after).'
}

post_upgrade() {
    post_install
}