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

Unified Diff: media/BUILD.gn

Issue 2171133002: Implement opus seek preroll for MediaSourceExtensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix opus hashes and propogate OPUS_FIXED_POINT define 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/filters/source_buffer_range.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index db764547402236058470d3d1dee5c961e7b5125e..8f1bcb36390b16cc510140977c61222f8643a11f 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -287,6 +287,7 @@ component("media") {
"//third_party/ffmpeg",
"//third_party/opus",
]
+ public_configs += [ "//third_party/opus:opus_config" ]
wolenetz 2016/12/03 00:48:36 only the tests need this, not everyone using media
chcunningham 2016/12/08 02:17:27 Done.
sources += [
"filters/audio_file_reader.cc",
"filters/audio_file_reader.h",
« no previous file with comments | « no previous file | media/filters/source_buffer_range.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698