diff --git a/common_video/BUILD.gn b/common_video/BUILD.gn index 2f58dca131..c7da8d6588 100644 --- a/common_video/BUILD.gn +++ b/common_video/BUILD.gn @@ -11,7 +11,7 @@ import("../webrtc.gni") config("common_video_config") { include_dirs = [ "include", - "libyuv/include", + "$rtc_libyuv_dir/include", ] }