Displaying 1 result from an estimated 1 matches for "opus_static_build".
2014 Apr 03
0
Symbol visibility control in static builds
...ially solved by
wrapping translation units with #pragma visibility push(hidden), which
is stronger than the command line flag, however, only libopus functions
that are actually used in firefox code are affected, and others are
still exported.
It would be great if Opus provided some macro (like OPUS_STATIC_BUILD)
that, when set, would make OPUS_EXPORT empty even when OPUS_BUILD is
set. Can it be provided in future versions?
--
Alexey Izbyshev