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

Unified Diff: media/media.gyp

Issue 333253002: Add VaapiVideoEncodeAccelerator for HW-accelerated video encode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 56708773c93b0f995225fd814c8a0497bdb1f8ee..ca54124fb82b09254247b34dfee70b855c125f87 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -659,6 +659,13 @@
'formats/webm/chromeos/webm_encoder.h',
],
}],
+ # For VaapiVideoEncodeAccelerator.
+ ['target_arch != "arm" and chromeos == 1 and use_x11 == 1', {
wuchengli 2014/06/16 15:51:52 'target_arch=="ia32" or target_arch=="x64"'? What
Pawel Osciak 2014/06/18 07:05:09 This is for VAVEA, so it uses the same set of rule
+ 'sources': [
+ 'filters/h264_bitstream_buffer.cc',
+ 'filters/h264_bitstream_buffer.h',
+ ],
+ }],
['OS!="ios"', {
'dependencies': [
'../third_party/libyuv/libyuv.gyp:libyuv',
@@ -1119,6 +1126,7 @@
'filters/file_data_source_unittest.cc',
'filters/frame_processor_unittest.cc',
'filters/h264_bit_reader_unittest.cc',
+ 'filters/h264_bitstream_buffer_unittest.cc',
'filters/h264_parser_unittest.cc',
'filters/in_memory_url_protocol_unittest.cc',
'filters/opus_audio_decoder_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698