summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/libva/intel-media-driver_19.2.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* intel-media-driver: upgrade 19.2.1 > 19.3.1Naveen Saini2019-12-271-52/+0
| | | | | | | | | | | | | | Release against: GmmLib intel-gmmlib-19.3.2 Libva 2.6.0.pre1 Dropped patch which is not required anymore. For more details: https://github.com/intel/media-driver/releases/tag/intel-media-19.3.1 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* recipes: use features_check instead of deprecated distro_features_checkRoss Burton2019-11-221-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-media-driver: Use -fno-tree-pre when using gcc aloneKhem Raj2019-10-101-0/+4
| | | | | | | | Fixes clang-9: error: unknown argument: '-fno-tree-pre' Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-media-driver: dont mark warnings as errorsAnuj Mittal2019-08-211-1/+6
| | | | | | | | | | | | Switch the driver configuration MEDIA_BUILD_FATAL_WARNINGS to OFF so -Werror is not used. Also patch out the use of -Werror=implicit-function-declaration to prevent errors when building with gcc9. | cc1plus: error: '-Werror=' argument '-Werror=implicit-function-declaration' is not valid for C++ [-Werror] Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-media-driver: upgrade 19.2.0 -> 19.2.1Anuj Mittal2019-08-151-0/+43
For release notes, see: https://github.com/intel/media-driver/releases Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>