Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 5626f53

Browse files
brgavinoBrandon Gavino
andauthored
Fix Linux build with videorenderer class symbols missing (#560)
* Ensure winarm64 builds don't use libc++ * Update build-win.py * Update build-win.py * Update BUILD.gn Fix missing vtable entries for videorenderer on linux builds * Update BUILD.gn Fix missing vtable entries for videorenderer on linux builds Co-authored-by: Brandon Gavino <[email protected]>
1 parent 5e37afa commit 5626f53

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

talk/owt/BUILD.gn

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,11 +282,14 @@ static_library("owt_sdk_base") {
282282
"sdk/base/linux/msdkvideodecoderfactory.h",
283283
"sdk/base/linux/msdkvideodecoder.cc",
284284
"sdk/base/linux/msdkvideodecoder.h",
285+
286+
]
287+
}
288+
sources += [
285289
"sdk/base/linux/xwindownativeframe.h",
286290
"sdk/base/linux/videorenderlinux.cc",
287291
"sdk/base/linux/videorenderlinux.h",
288-
]
289-
}
292+
]
290293
}
291294
if (!is_ios) {
292295
sources += [

0 commit comments

Comments
 (0)