Commit 78fced2
committed
Fix: Export inplaceConvertFrame* functions for shared library build
- Added CCAP_EXPORT to inplaceConvertFrame(), inplaceConvertFrameRGB(), and inplaceConvertFrameYUV2RGBColor()
- Fixes LNK2019 unresolved external symbol error in Debug-shared build configuration
- Required for test_frame_conversions.cpp to link correctly with shared library1 parent f912d7b commit 78fced2
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments