Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libva
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
libva
Commits
874c6180
Commit
874c6180
authored
Jan 27, 2011
by
Xiang, Haihao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update VAAPI to 0.32
Signed-off-by:
Xiang, Haihao
<
haihao.xiang@intel.com
>
parent
daa6c567
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
config.h
config.h
+3
-3
configure.ac
configure.ac
+1
-1
va/va_version.h
va/va_version.h
+3
-3
No files found.
config.h
View file @
874c6180
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
#define PACKAGE_NAME "libva"
#define PACKAGE_NAME "libva"
/* Define to the full name and version of this package. */
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "libva 0.3
1
.1"
#define PACKAGE_STRING "libva 0.3
2
.1"
/* Define to the one symbol short name of this package. */
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "libva"
#define PACKAGE_TARNAME "libva"
...
@@ -60,13 +60,13 @@
...
@@ -60,13 +60,13 @@
#define PACKAGE_URL ""
#define PACKAGE_URL ""
/* Define to the version of this package. */
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.3
1
.1"
#define PACKAGE_VERSION "0.3
2
.1"
/* Define to 1 if you have the ANSI C header files. */
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
#define STDC_HEADERS 1
/* Version number of package */
/* Version number of package */
#define VERSION "0.3
1
.1"
#define VERSION "0.3
2
.1"
/* Number of bits in a file offset, on hosts where this is settable. */
/* Number of bits in a file offset, on hosts where this is settable. */
#define _FILE_OFFSET_BITS 64
#define _FILE_OFFSET_BITS 64
...
...
configure.ac
View file @
874c6180
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
# libva package version number, (as distinct from shared library version)
# libva package version number, (as distinct from shared library version)
m4_define([libva_major_version], [0])
m4_define([libva_major_version], [0])
m4_define([libva_minor_version], [3
1
])
m4_define([libva_minor_version], [3
2
])
m4_define([libva_micro_version], [1])
m4_define([libva_micro_version], [1])
m4_define([libva_version],
m4_define([libva_version],
...
...
va/va_version.h
View file @
874c6180
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
*
*
* The minor version of the VA library (2, if %VA_VERSION is 1.2.3)
* The minor version of the VA library (2, if %VA_VERSION is 1.2.3)
*/
*/
#define VA_MINOR_VERSION (3
1
)
#define VA_MINOR_VERSION (3
2
)
/**
/**
* VA_MICRO_VERSION:
* VA_MICRO_VERSION:
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
*
*
* The full version of the VA library, like 1.2.3
* The full version of the VA library, like 1.2.3
*/
*/
#define VA_VERSION 0.3
1
.1
#define VA_VERSION 0.3
2
.1
/**
/**
* VA_VERSION_S:
* VA_VERSION_S:
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
* The full version of the VA library, in string form (suited for
* The full version of the VA library, in string form (suited for
* string concatenation)
* string concatenation)
*/
*/
#define VA_VERSION_S "0.3
1
.1"
#define VA_VERSION_S "0.3
2
.1"
/**
/**
* VA_VERSION_HEX:
* VA_VERSION_HEX:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment