We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc88bf commit a8d9338Copy full SHA for a8d9338
third_party/winuwp_h264/BUILD.gn
@@ -33,8 +33,9 @@ static_library("winuwp_h264") {
33
#Added because of warning C4467: usage of ATL attributes is deprecated.
34
#Problem is usage of uuid attribute for IAsyncStreamSinkOperation in H264StreamSink.h file.
35
#It is planned to be modified, so this is temporrary fix.
36
- if (target_os == "winuwp") {
+ if (is_win) {
37
cflags = [ "/wd4467" ]
38
cflags_cc = [ "/wd4467" ]
39
+ libs = ["runtimeobject.lib"]
40
}
41
0 commit comments