diff options
author | Jochen Henneberg <jh@henneberg-systemdesign.com> | 2019-03-02 18:48:56 +0100 |
---|---|---|
committer | Jochen Henneberg <jh@henneberg-systemdesign.com> | 2019-11-02 17:17:03 +0000 |
commit | 992a1d7fd789efe84f8e0efb9a1d9f385061e9bf (patch) | |
tree | 9fd65a53ee910396a85162096829a2ee00925460 /README.md | |
parent | cf86f311f536b3e956ad0c33c1d4fd99a68d82a1 (diff) |
recipes: Added recipe for gstreamer-vaapi
cerbero: Added 'vaapi' variant
If this is set (default is unset) the gstreamer-vaapi recipe is added to
the codecs package build.
vaapi.recipe: Fixed plugin path
Update README for new vaapi variant
vaapi.recipe: Bind x11 build to variant
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -218,6 +218,10 @@ On Windows, `INTELMEDIASDKROOT` automatically set by the installer. On Linux, if you need to set this, you must set it to point to the directory that contains the mediasdk `include` and `lib64` dirs. +For VA-API, the [variant to enable](#enabling-optional-features-with-variants) +is `vaapi` which will build the gstreamer-vaapi plugins with all +options enabled if possible. + ### Nvidia Hardware Codecs For Nvidia, the [variant to enable](#enabling-optional-features-with-variants) |