| Index: webrtc/build/webrtc.gni
|
| diff --git a/webrtc/build/webrtc.gni b/webrtc/build/webrtc.gni
|
| index 276156fa3a847b77cc007a2a9caa09e7df4e880d..2b3c209869c913322af97d234104923995ebc5cc 100644
|
| --- a/webrtc/build/webrtc.gni
|
| +++ b/webrtc/build/webrtc.gni
|
| @@ -120,6 +120,6 @@ declare_args() {
|
|
|
| # Make it possible to provide custom locations for some libraries (move these
|
| # up into declare_args should we need to actually use them for the GN build).
|
| -rtc_libvpx_dir = "//third_party/libvpx_new"
|
| +rtc_libvpx_dir = "//third_party/libvpx"
|
| rtc_libyuv_dir = "//third_party/libyuv"
|
| rtc_opus_dir = "//third_party/opus"
|
|
|