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

Unified Diff: media/cast/cast.gyp

Issue 1913503002: Memory copy the VideoFrame to match the requirement for HW encoders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments. Created 4 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: media/cast/cast.gyp
diff --git a/media/cast/cast.gyp b/media/cast/cast.gyp
index 1f9518e8c058589142119e3e242b51cc2c4d095f..8bff1a472bdfb43d0b9a8c64e47e88c2c8e59365 100644
--- a/media/cast/cast.gyp
+++ b/media/cast/cast.gyp
@@ -146,6 +146,7 @@
'<(DEPTH)/media/media.gyp:shared_memory_support',
'<(DEPTH)/third_party/opus/opus.gyp:opus',
'<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx',
+ '<(DEPTH)/third_party/libyuv/libyuv.gyp:libyuv',
miu 2016/04/26 19:20:17 Please update BUILD.gn as well.
xjz 2016/04/27 22:13:54 Not applicable. Moved the copy and padding to medi
'<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
], # dependencies
'sources': [
« no previous file with comments | « no previous file | media/cast/sender/external_video_encoder.cc » ('j') | media/cast/sender/external_video_encoder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698