Move AudioDecoderG722 next to AudioEncoderG722
All AudioDecoder subclasses have historically lived in NetEq, but they fit better with the codec they wrap. BUG=webrtc:4557 Review URL: https://codereview.webrtc.org/1346993002 Cr-Commit-Position: refs/heads/master@{#9966}
This commit is contained in:
@ -201,11 +201,13 @@ config("g722_config") {
|
||||
|
||||
source_set("g722") {
|
||||
sources = [
|
||||
"codecs/g722/audio_decoder_g722.cc",
|
||||
"codecs/g722/audio_encoder_g722.cc",
|
||||
"codecs/g722/g722_decode.c",
|
||||
"codecs/g722/g722_enc_dec.h",
|
||||
"codecs/g722/g722_encode.c",
|
||||
"codecs/g722/g722_interface.c",
|
||||
"codecs/g722/include/audio_decoder_g722.h",
|
||||
"codecs/g722/include/audio_encoder_g722.h",
|
||||
"codecs/g722/include/g722_interface.h",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user