| Index: webrtc/build/webrtc.gni
|
| diff --git a/webrtc/build/webrtc.gni b/webrtc/build/webrtc.gni
|
| index b93bc5e82f261d94d14c54668b09694a3658dfc7..261e9d7d37d032d3a19889fc8cf10e7f30965695 100644
|
| --- a/webrtc/build/webrtc.gni
|
| +++ b/webrtc/build/webrtc.gni
|
| @@ -117,6 +117,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"
|
| +rtc_libvpx_dir = "//third_party/libvpx_new"
|
| rtc_libyuv_dir = "//third_party/libyuv"
|
| rtc_opus_dir = "//third_party/opus"
|
|
|