summaryrefslogtreecommitdiffstats
path: root/third_party/libva/README.chromium
diff options
context:
space:
mode:
authorchihchung@chromium.org <chihchung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-21 11:03:16 +0000
committerchihchung@chromium.org <chihchung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-21 11:03:16 +0000
commit9ea4a0df517f653b093554334cef37a14586e71c (patch)
tree57a89e96b967ccc1250e92e4cc78b01c27cfa1bc /third_party/libva/README.chromium
parentcf045934b36bc6d15d73a0f6f90588dd6c95b133 (diff)
downloadchromium_src-9ea4a0df517f653b093554334cef37a14586e71c.zip
chromium_src-9ea4a0df517f653b093554334cef37a14586e71c.tar.gz
chromium_src-9ea4a0df517f653b093554334cef37a14586e71c.tar.bz2
Update libva headers to the latest release (1.2.1).
The motivation is to pick up upstream fixes and be compatible with new VAAPI library after release 1.2.0: the function vaCreateSurfaces() changes its prototype in API version >= 0.34, so we need to handle this in run time. The commands used to update third_party/libva/va are: git clone git://anongit.freedesktop.org/libva /tmp/libva cd /tmp/libva git checkout libva-1.2.1 rm -rf ~/chromium/src/third_party/libva/va find va -name \*.h -exec cp --parents \{\} ~/chromium/src/third_party/libva \; cp ~/va_version.h ~/chromium/src/third_party/libva/va BUG=none TEST=on link, run through the H.264.1 conformance bitstreams, and no regression. Review URL: https://codereview.chromium.org/62273006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236492 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libva/README.chromium')
-rw-r--r--third_party/libva/README.chromium2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libva/README.chromium b/third_party/libva/README.chromium
index 649a818..019558f 100644
--- a/third_party/libva/README.chromium
+++ b/third_party/libva/README.chromium
@@ -2,7 +2,7 @@ Name: libva
URL: http://freedesktop.org/wiki/Software/vaapi
Source: git clone git://anongit.freedesktop.org/git/libva
Version: unknown
-RealVersion: git tip-of-tree as of 20120629
+RealVersion: git tag libva-1.2.1
License: MIT
License File: COPYING
Security Critical: no