Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Media SDK in Linux Distributions

Dmitry Rogozhkin edited this page Aug 3, 2020 · 7 revisions

(*) Other names and brands may be claimed as property of others.

Runtime environment:

apt-get install -y \
  intel-media-va-driver-non-free \
  libigfxcmrt7 \
  libmfx1 \
  libva-drm2 \
  libva-x11-2 \

Development environment:

apt-get install -y \
  libmfx-dev \
  libmfx-tools

Clone this wiki locally