GN: Cleanup no longer needed libvpx config.
The includes this config provided are now present just by depending on libvpx. R=tfarina@chromium.org Review URL: https://webrtc-codereview.appspot.com/44949004 Cr-Commit-Position: refs/heads/master@{#8884}
This commit is contained in:
parent
819011c35c
commit
6b3ccfc6a6
@ -165,10 +165,6 @@ source_set("webrtc_vp8") {
|
||||
]
|
||||
}
|
||||
|
||||
# TODO(kjellander): Remove once libvpx has changed it's libvpx_config to be
|
||||
# in direct_dependent_configs.
|
||||
configs += [ "$rtc_libvpx_dir:libvpx_config" ]
|
||||
|
||||
deps = [
|
||||
":video_coding_utility",
|
||||
"../..:webrtc_common",
|
||||
@ -202,10 +198,6 @@ source_set("webrtc_vp9") {
|
||||
configs -= [ "//build/config/clang:find_bad_constructs" ]
|
||||
}
|
||||
|
||||
# TODO(kjellander): Remove once libvpx has changed it's libvpx_config to be
|
||||
# in direct_dependent_configs.
|
||||
configs += [ "$rtc_libvpx_dir:libvpx_config" ]
|
||||
|
||||
deps = [
|
||||
":video_coding_utility",
|
||||
"../../common_video",
|
||||
|
Loading…
x
Reference in New Issue
Block a user