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

Unified Diff: media/base/mac/BUILD.gn

Issue 1636083003: H264 HW encode using VideoToolbox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename vt_video_encode_accelerator to vt_video_encode_accelerator_mac. 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/base/mac/BUILD.gn
diff --git a/media/base/mac/BUILD.gn b/media/base/mac/BUILD.gn
index c1ebc9e64e7117a8d1b4e1b7a7e3c960481362f2..5ba5df6194949165072d4b8c0253276d7726e6db 100644
--- a/media/base/mac/BUILD.gn
+++ b/media/base/mac/BUILD.gn
@@ -14,6 +14,8 @@ source_set("mac") {
"video_frame_mac.h",
"videotoolbox_glue.h",
"videotoolbox_glue.mm",
+ "videotoolbox_helpers.cc",
+ "videotoolbox_helpers.h",
]
if (is_mac) {
sources += [

Powered by Google App Engine
This is Rietveld 408576698