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

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: Addressed Aaron's comments 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
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"', {

Powered by Google App Engine
This is Rietveld 408576698