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

Unified Diff: webrtc/api/audio_codecs/opus/BUILD.gn

Issue 2942733003: Opus implementation of the AudioDecoderFactoryTemplate API (Closed)
Patch Set: Created 3 years, 6 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: webrtc/api/audio_codecs/opus/BUILD.gn
diff --git a/webrtc/api/audio_codecs/opus/BUILD.gn b/webrtc/api/audio_codecs/opus/BUILD.gn
index 426403003eb9333fee124ee1b62014ee715cc708..5a388899674c1f71c0ba1ea0bbb07fdfb5236979 100644
--- a/webrtc/api/audio_codecs/opus/BUILD.gn
+++ b/webrtc/api/audio_codecs/opus/BUILD.gn
@@ -41,3 +41,16 @@ rtc_static_library("audio_encoder_opus") {
"../../../modules/audio_coding:webrtc_opus",
]
}
+
+rtc_static_library("audio_decoder_opus") {
+ sources = [
+ "audio_decoder_opus.cc",
+ "audio_decoder_opus.h",
+ ]
+ deps = [
+ "..:audio_codecs_api",
+ "../../..:webrtc_common",
+ "../../../base:rtc_base_approved",
+ "../../../modules/audio_coding:webrtc_opus",
+ ]
+}
« no previous file with comments | « no previous file | webrtc/api/audio_codecs/opus/audio_decoder_opus.h » ('j') | webrtc/api/audio_codecs/opus/audio_decoder_opus.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698