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

Unified Diff: media/base/BUILD.gn

Issue 2572573007: Use passthrough decoder for (E)AC3 formats (Closed)
Patch Set: Fix AudioBuffer Created 4 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
« no previous file with comments | « no previous file | media/base/ac3_util.h » ('j') | media/base/ac3_util.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index a1e15f6f3ef5ca21e23aad54159e6654414fc5f0..124ecd7b5d70576b0f5dd97485d0d77db381e56f 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -41,6 +41,8 @@ target(link_target_type, "base") {
"//media/capture",
]
sources = [
+ "ac3_util.cc",
+ "ac3_util.h",
"audio_block_fifo.cc",
"audio_block_fifo.h",
"audio_buffer.cc",
« no previous file with comments | « no previous file | media/base/ac3_util.h » ('j') | media/base/ac3_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698