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

Unified Diff: content/test/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: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 03146a03f8df39a26673cee4f04a0396b0bd114c..c879218d7ef9bb8d129cc15b3563fefa94214bb3 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -357,6 +357,10 @@ test("content_browsertests") {
defines += [ "ENABLE_HEVC_DEMUXING" ]
}
+ if (proprietary_codecs && enable_ac3_eac3_demuxing) {
+ defines += [ "ENABLE_AC3_EAC3_DEMUXING" ]
+ }
+
configs += [
"//build/config:precompiled_headers",
"//build/config/compiler:no_size_t_to_int_warning",
« no previous file with comments | « content/content_tests.gypi ('k') | media/BUILD.gn » ('j') | media/ffmpeg/ffmpeg_common.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698