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

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: Created 8 years, 9 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 7196a6f492fffd733caf9cc52aed103df87b63d8..cc27767bf72ea254baf0f12142f2421e929bf771 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -378,6 +378,24 @@
],
},
}],
+ ['target_arch=="x64" and chromeos == 1', {
+ 'dependencies': [
+ '../media/media.gyp:media',
+ ],
+ 'sources': [
+ 'common/gpu/media/h264_dpb.cc',
Ami GONE FROM CHROMIUM 2012/03/21 13:16:24 l.386-389 are not cros/x64-specific, are they? (mo
Pawel Osciak 2012/03/21 18:40:35 Do we want to compile them in if they are not used
Ami GONE FROM CHROMIUM 2012/03/22 17:01:36 I'm on the fence. Leave them for now I guess.
Pawel Osciak 2012/04/05 10:37:20 Assuming you meant leave them as is.
+ 'common/gpu/media/h264_dpb.h',
+ 'common/gpu/media/h264_parser.cc',
+ 'common/gpu/media/h264_parser.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