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

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: Move CanPlay tests into _mp4 test case Created 5 years, 1 month 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 eb4c38fe50eca0d4f9c52608d7c44060090a0cb7..a3ebd3c051f40bc9b8ea5252facd29e07f4c3270 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -38,6 +38,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