| Index: webrtc/modules/video_processing/BUILD.gn
|
| diff --git a/webrtc/modules/video_processing/BUILD.gn b/webrtc/modules/video_processing/BUILD.gn
|
| index edeac947c7406db448abf2991c5fac9e6dfb2f6e..eb02803a57476ccdd36f041ee619a53f62903e81 100644
|
| --- a/webrtc/modules/video_processing/BUILD.gn
|
| +++ b/webrtc/modules/video_processing/BUILD.gn
|
| @@ -97,5 +97,7 @@ if (rtc_build_with_neon) {
|
| configs -= [ "//build/config/compiler:compiler_arm_fpu" ]
|
| cflags = [ "-mfpu=neon" ]
|
| }
|
| + configs += [ "../..:common_config" ]
|
| + public_configs = [ "../..:common_inherited_config" ]
|
| }
|
| }
|
|
|