summaryrefslogtreecommitdiffstats
path: root/third_party/libva/README.chromium
diff options
context:
space:
mode:
authormohsen <mohsen@chromium.org>2015-09-03 20:00:36 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-04 03:01:24 +0000
commit95a5f0cfd7f0366fb2490837376117ff98186cb5 (patch)
tree306fac5b71d645650c216e5040c50fb40518d246 /third_party/libva/README.chromium
parent70a7935d0eb70afa85d7cf46a706149fc7d98a80 (diff)
downloadchromium_src-95a5f0cfd7f0366fb2490837376117ff98186cb5.zip
chromium_src-95a5f0cfd7f0366fb2490837376117ff98186cb5.tar.gz
chromium_src-95a5f0cfd7f0366fb2490837376117ff98186cb5.tar.bz2
Revert of Update third_party/libva to version 1.6.0. (patchset #1 id:1 of https://codereview.chromium.org/1319853003/ )
Reason for revert: Caused compile errors on Chromium OS bots. For example: http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Full/builds/32264 Original issue's description: > Update third_party/libva to version 1.6.0. > > $ git clone git://anongit.freedesktop.org/libva /tmp/libva > $ cd /tmp/libva > $ git checkout libva-1.6.0 > $ rm -rf ~/chromium/src/third_party/libva/va > $ find va -name \*.h -exec cp --parents \{\} ~/chromium/src/third_party/libva \; > $ sh build/gen_version.sh . va/va_version.h.in > ~/chromium/src/third_party/libva/va/va_version.h > > Also, remove va/egl/va_egl.h and va/wayland/wayland-drm-client-protocol.h. > > BUG=chrome-os-partner:41470 > TEST=build and test libva/vaapi acceleration > > Committed: https://crrev.com/b8f36183a707197b82e3bbbb6cd20898f3c1dadf > Cr-Commit-Position: refs/heads/master@{#347311} TBR=wuchengli@chromium.org,sean.v.kelley@intel.com,posciak@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=chrome-os-partner:41470 Review URL: https://codereview.chromium.org/1319303006 Cr-Commit-Position: refs/heads/master@{#347323}
Diffstat (limited to 'third_party/libva/README.chromium')
-rw-r--r--third_party/libva/README.chromium4
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/libva/README.chromium b/third_party/libva/README.chromium
index ffef5f4..434600d 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 tag libva-1.6.0
+RealVersion: git tag libva-1.3.1
License: MIT
License File: COPYING
Security Critical: no
@@ -12,5 +12,7 @@ This library is used for interfacing with the Intel graphics driver for
hardware accelerated video encoding, decoding, blending and rendering.
Local modifications:
+- remove struct _VAEncMacroblockParameterBufferH264 from va/va_enc_h264.h,
+ which contained an empty union, causing compile errors
- remove va/egl/va_egl.h due to the lack of license header
- remove third_party/libva/va/wayland/wayland-drm-client-protocol.h