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

Unified Diff: media/media.gyp

Issue 1636083003: H264 HW encode using VideoToolbox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: miu@ comments. Created 4 years, 10 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 9e9895be7874a30497e857e0cd3359ac8474ce97..0bd0449b4fd131303860117dd50056abbd4becd8 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -337,6 +337,8 @@
'base/mac/video_frame_mac.h',
'base/mac/videotoolbox_glue.h',
'base/mac/videotoolbox_glue.mm',
+ 'base/mac/videotoolbox_helpers.cc',
miu 2016/02/04 22:23:20 These should only be built and linked on MacOS or
+ 'base/mac/videotoolbox_helpers.h',
'base/media.cc',
'base/media.h',
'base/media_client.cc',
@@ -2064,6 +2066,8 @@
'base/mac/video_frame_mac.h',
'base/mac/videotoolbox_glue.h',
'base/mac/videotoolbox_glue.mm',
+ 'base/mac/videotoolbox_helpers.cc',
+ 'base/mac/videotoolbox_helpers.h',
'base/simd/convert_rgb_to_yuv.h',
'base/simd/convert_rgb_to_yuv_c.cc',
'base/simd/convert_yuv_to_rgb.h',
« media/base/mac/videotoolbox_helpers.h ('K') | « media/cast/sender/h264_vt_encoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698