Commit 77ea81b
committed
fix(build): reorder link libraries to fix undefined symbol on Linux
Move libwebrtc after the video codec factory libraries so the GNU
linker sees their unresolved symbols before processing libwebrtc.
Fixes undefined symbol _ZN6webrtc18SupportedVP9CodecsEb on Linux
(macOS is unaffected due to its two-pass linker).1 parent 0285d35 commit 77ea81b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
419 | | - | |
420 | 419 | | |
421 | 420 | | |
422 | 421 | | |
423 | 422 | | |
| 423 | + | |
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
| |||
0 commit comments