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.
|
} |