Skip to content

Commit

Permalink
intel-vaapi-driver 2.4.1
Browse files Browse the repository at this point in the history
It is a maintenance release, see "NEWS" for details

Signed-off-by: Haihao Xiang <[email protected]>
  • Loading branch information
xhaihao committed Jun 1, 2020
1 parent e125bb3 commit 9a1f0c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
intel-vaapi-driver NEWS -- summary of changes. 2019-12-06
intel-vaapi-driver NEWS -- summary of changes. 2020-06-01
Copyright (C) 2009-2019 Intel Corporation

Version 2.4.1 - 01.Jun.2020
* Bump version to 2.4.1 for maintenance release
* Fix compiler errors with gcc 10
* Relax the compressed frames minimum size restriction for VP9 encoder

Version 2.4.0 - 06.Dec.2019
* Bump version to 2.4.0 for maintenance release
* Fix the dependency on libEGL
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# intel-vaapi-driver package version number
m4_define([intel_vaapi_driver_major_version], [2])
m4_define([intel_vaapi_driver_minor_version], [4])
m4_define([intel_vaapi_driver_micro_version], [0])
m4_define([intel_vaapi_driver_micro_version], [1])
m4_define([intel_vaapi_driver_pre_version], [0])
m4_define([intel_vaapi_driver_version],
[intel_vaapi_driver_major_version.intel_vaapi_driver_minor_version.intel_vaapi_driver_micro_version])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'intel-vaapi-driver', 'c',
version : '2.4.0.0',
version : '2.4.1.0',
meson_version : '>= 0.43.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
Expand Down

0 comments on commit 9a1f0c6

Please sign in to comment.