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

Unified Diff: media/media_options.gni

Issue 799543005: Add use_v4l2_codec use flag to include v4l2 codec on x86 CrOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move use_v4l2_codec to media_option Created 5 years, 11 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
« content/common/BUILD.gn ('K') | « content/content_common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media_options.gni
diff --git a/media/media_options.gni b/media/media_options.gni
index c2b470930784a99c50d4efe48b7f642365d3c39f..a034c00ad203c4e8aabc590adbac24c288b5aefb 100644
--- a/media/media_options.gni
+++ b/media/media_options.gni
@@ -51,4 +51,8 @@ declare_args() {
# TODO(GYP): This should be a platform define.
is_openbsd = false
+
wuchengli 2015/01/08 11:16:46 Add a TODO to remove this after the linux header o
henryhsu 2015/01/08 12:11:19 Done.
+ # Indicates if Video4Linux2 codec is used. This is used for x86 CrOS
+ # platform which has v4l2 hardware encoder / decoder.
+ use_v4l2_codec = false
wuchengli 2015/01/08 11:16:46 Shouldn't this go to content/common/common.gni? No
henryhsu 2015/01/08 12:11:19 Done.
}
« content/common/BUILD.gn ('K') | « content/content_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698