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

Unified Diff: media/capture/video/android/BUILD.gn

Issue 2156003006: Android video capture: use new libyuv::Android420ToI420 API for format converting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase with no code change Created 4 years, 5 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/capture/video/android/BUILD.gn
diff --git a/media/capture/video/android/BUILD.gn b/media/capture/video/android/BUILD.gn
index 92d1f45645f1f0179f1b61de8a06d5a7a55d015e..a1cb14bafd55acd96083883ee881a01e630c980b 100644
--- a/media/capture/video/android/BUILD.gn
+++ b/media/capture/video/android/BUILD.gn
@@ -28,6 +28,7 @@ source_set("android") {
deps = [
":capture_jni_headers",
"//media/mojo/interfaces:image_capture",
+ "//third_party/libyuv",
]
}

Powered by Google App Engine
This is Rietveld 408576698