• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

hardware/intel/common/libva


Commit MetaInfo

Revisión285267586a3d4db0e721d30d4a5f5f9fe6a3c913 (tree)
Tiempo2018-10-23 06:09:09
AutorXinfengZhang <carl.zhang@inte...>
CommiterXinfengZhang

Log Message

libva 2.4.0 pre1

Bump VA-API version to 1.4.0 pre1 and libva to 2.4.0 pre1

Signed-off-by: XinfengZhang <carl.zhang@intel.com>

Cambiar Resumen

Diferencia incremental

--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@
2727 # - reset micro version to zero when minor version is incremented
2828 # - reset minor version to zero when major version is incremented
2929 m4_define([va_api_major_version], [1])
30-m4_define([va_api_minor_version], [3])
30+m4_define([va_api_minor_version], [4])
3131 m4_define([va_api_micro_version], [0])
3232
3333 m4_define([va_api_version],
--- a/meson.build
+++ b/meson.build
@@ -7,7 +7,7 @@
77 # - reset micro version to zero when VA-API major or minor version is changed
88 project(
99 'libva', 'c',
10- version : '2.3.0.1',
10+ version : '2.4.0.1',
1111 meson_version : '>= 0.37.0',
1212 default_options : [ 'warning_level=1',
1313 'buildtype=debugoptimized' ])
@@ -19,7 +19,7 @@ project(
1919 # - reset micro version to zero when minor version is incremented
2020 # - reset minor version to zero when major version is incremented
2121 va_api_major_version = 1
22-va_api_minor_version = 3
22+va_api_minor_version = 4
2323 va_api_micro_version = 0
2424
2525 va_api_version = '@0@.@1@.@2@'.format(va_api_major_version,
--- a/va/va.c
+++ b/va/va.c
@@ -402,6 +402,7 @@ static VAStatus va_openDriver(VADisplay dpy, char *driver_name)
402402 int minor;
403403 } compatible_versions[] = {
404404 { VA_MAJOR_VERSION, VA_MINOR_VERSION },
405+ { VA_MAJOR_VERSION, 3 },
405406 { VA_MAJOR_VERSION, 2 },
406407 { VA_MAJOR_VERSION, 1 },
407408 { VA_MAJOR_VERSION, 0 },