Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2308)

Unified Diff: content/content_common.gypi

Issue 9814001: Add VAVDA, the VAAPI Video Decode Accelerator for Intel CPUs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix for occasional decode freeze on output falling behind for more demanding streams. Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 25f42b7255c851118ba5ffc7715bc20d53b7ac3c..c09225639e59c416a4b54fb7bbbed5ded9f2f79a 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -383,6 +383,22 @@
],
},
}],
+ ['chromeos == 1', {
+ 'dependencies': [
+ '../media/media.gyp:media',
+ ],
+ 'sources': [
+ 'common/gpu/media/h264_dpb.cc',
+ 'common/gpu/media/h264_dpb.h',
+ 'common/gpu/media/vaapi_h264_decoder.cc',
+ 'common/gpu/media/vaapi_h264_decoder.h',
+ 'common/gpu/media/vaapi_video_decode_accelerator.cc',
+ 'common/gpu/media/vaapi_video_decode_accelerator.h',
+ ],
+ 'include_dirs': [
+ '<(DEPTH)/third_party/libva',
+ ],
+ }],
['OS=="win"', {
'dependencies': [
'../media/media.gyp:media',

Powered by Google App Engine
This is Rietveld 408576698