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

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 4 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
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 4350619ed8fe2cb16678d1c6b2165c0b2fc9941b..5cc0e34cb83cd325aabbedc0583327da32adf359 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