Index: webrtc/media/BUILD.gn |
diff --git a/webrtc/media/BUILD.gn b/webrtc/media/BUILD.gn |
index e2d9217ba8a7978c3271a89c0dd3f9e36c291a0d..63f452e0e1eabce1eddf2a742ccb7f7985036b9d 100644 |
--- a/webrtc/media/BUILD.gn |
+++ b/webrtc/media/BUILD.gn |
@@ -141,6 +141,12 @@ source_set("rtc_media") { |
] |
} |
+ if (intelligibility_enhancer) { |
+ defines += [ "WEBRTC_INTELLIGIBILITY_ENHANCER=1" ] |
+ } else { |
+ defines += [ "WEBRTC_INTELLIGIBILITY_ENHANCER=0" ] |
+ } |
+ |
include_dirs = [] |
if (rtc_build_libyuv) { |
deps += [ "$rtc_libyuv_dir" ] |