Reland "Move smoothing filter to common audio".
The original CL was this https://codereview.webrtc.org/2484153002/ Due to failure with internal trial servers, it was reverted. This CL tries to reland it. BUG=webrtc:6443 Review-Url: https://codereview.webrtc.org/2520003005 Cr-Commit-Position: refs/heads/master@{#15227}
This commit is contained in:
@ -93,6 +93,7 @@ rtc_static_library("video_coding") {
|
||||
":webrtc_vp8",
|
||||
":webrtc_vp9",
|
||||
"../..:webrtc_common",
|
||||
"../../base/analytics:rtc_analytics",
|
||||
"../../common_video",
|
||||
"../../system_wrappers",
|
||||
]
|
||||
@ -124,6 +125,7 @@ rtc_static_library("video_coding_utility") {
|
||||
}
|
||||
|
||||
deps = [
|
||||
"../../base/analytics:rtc_analytics",
|
||||
"../../common_video",
|
||||
"../../system_wrappers",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user