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 <mbonadei@webrtc.org> Reviewed-by: Noah Richards <noahric@chromium.org> Cr-Commit-Position: refs/heads/master@{#22638}
This commit is contained in:
committed by
Commit Bot
parent
19e714f2f5
commit
903dc861e7
@ -166,7 +166,7 @@ if (!build_with_chromium) {
|
||||
"windows/video_capture_mf.h",
|
||||
]
|
||||
|
||||
libs = [ "Strmiids.lib" ]
|
||||
libs = [ "strmiids.lib" ]
|
||||
|
||||
if (build_with_mozilla) {
|
||||
sources += [
|
||||
|
||||
Reference in New Issue
Block a user