f6da77d92d
The code didn't compile when using exported meter functions under Windows. error LNK2001: unresolved external symbol rte_meter_srtcm_color_aware_check error LNK2001: unresolved external symbol rte_meter_srtcm_color_blind_check error LNK2001: unresolved external symbol rte_meter_trtcm_color_aware_check error LNK2001: unresolved external symbol rte_meter_trtcm_color_blind_check error LNK2001: unresolved external symbol rte_meter_trtcm_rfc4115_color_aware_check error LNK2001: unresolved external symbol rte_meter_trtcm_rfc4115_color_blind_check The cause was that there were some inline functions that were included in the export list. To solve this the functions were removed from rte_meter_version.map export list which are implemented in the header and shouldn't be exported. Fixes: |
||
---|---|---|
.. | ||
Makefile | ||
meson.build | ||
rte_meter_version.map | ||
rte_meter.c | ||
rte_meter.h |