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

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: Feedback 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 2d62c02ba673b121071d541e8281c47b0e852ead..1929ae0fb951d46af34e292329493ffbe4bf5870 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -752,6 +752,10 @@ test("media_unittests") {
if (enable_media_remoting) {
deps += [ "//media/remoting:media_remoting_tests" ]
}
+
+ if (proprietary_codecs) {
+ configs += [ "//third_party/opus:opus_config" ]
+ }
}
test("media_perftests") {
« 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