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

Unified Diff: media/BUILD.gn

Issue 812643005: Re-add AC3/EAC3 audio demuxing support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years 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/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 4d7e198a9200f2ab6f26cb186f8c635b44482f6e..2debb81477ef9985f1bc7111b84500215b61a9bb 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -35,6 +35,9 @@ config("media_config") {
if (proprietary_codecs && enable_hevc_demuxing) {
defines += [ "ENABLE_HEVC_DEMUXING" ]
}
+ if (proprietary_codecs && enable_ac3_eac3_demuxing) {
+ defines += [ "ENABLE_AC3_EAC3_DEMUXING" ]
+ }
}
config("media_implementation") {

Powered by Google App Engine
This is Rietveld 408576698