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

Unified Diff: media/media.gyp

Issue 14641006: Support EAC3 (Dolby Digital Plus) codec (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years, 8 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
« no previous file with comments | « media/filters/stream_parser_factory.cc ('k') | media/mp4/box_definitions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 692e7bcb68a700910a999eded214a04f46d587b9..3e20cc64584da3a0641789c99cd8c2aa1fe9a9ba 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -881,6 +881,11 @@
'media_sse',
],
}],
+ ['google_tv == 1', {
+ 'defines': [
+ 'ENABLE_EAC3_PLAYBACK',
+ ],
+ }],
],
'target_conditions': [
['OS == "ios"', {
« no previous file with comments | « media/filters/stream_parser_factory.cc ('k') | media/mp4/box_definitions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698