From 903dc861e7296c9b64114612966450eb3c0d72c1 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Tue, 27 Mar 2018 20:30:52 +0200 Subject: [PATCH] Libraries to link should be lowercase on Windows. TBR=phoglund@webrtc.org Bug: None Change-Id: I851e62e25237ddc98bc968e40036757f1bbfae6c Reviewed-on: https://webrtc-review.googlesource.com/64762 Commit-Queue: Mirko Bonadei Reviewed-by: Noah Richards Cr-Commit-Position: refs/heads/master@{#22638} --- modules/video_capture/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/video_capture/BUILD.gn b/modules/video_capture/BUILD.gn index 8d1859fca8..9843b4d3ba 100644 --- a/modules/video_capture/BUILD.gn +++ b/modules/video_capture/BUILD.gn @@ -166,7 +166,7 @@ if (!build_with_chromium) { "windows/video_capture_mf.h", ] - libs = [ "Strmiids.lib" ] + libs = [ "strmiids.lib" ] if (build_with_mozilla) { sources += [