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

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: jfroy@ comments. Created 4 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: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 059650351d8ad9c0ac8e85ae402a994fad7763ff..4e0512f5be5dc632b077eaae74e05291f1ccde0e 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -346,6 +346,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/media.cc',
'base/media.h',
'base/media_client.cc',
@@ -2028,6 +2030,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.cc ('K') | « media/cast/sender/video_encoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698