opus/include
Daniel Verkamp 6e9617371f win32: only use dllexport when building DLL
If building a static library, marking symbols as dllexport causes them
to be exported from the final executable. For example, run
objdump -x opus_demo.exe on a --disabled-shared build and look for the
export table; there should not be one in a normal Win32 .exe file, but
when linking static libopus, the exe exports all of the opus_* public
functions.

Use the libtool-defined DLL_EXPORT flag to determine whether we are
building a DLL and only specify __declspec(dllexport) in that case.
2016-04-20 10:36:00 -07:00
..
opus.h Document the motivation for the 120 ms repacketizer limit. 2014-12-20 12:37:48 -08:00
opus_custom.h Put custom_encoder_init decl behind CUSTOM_MODES. More softclip tests. 2013-11-24 06:49:01 -08:00
opus_defines.h win32: only use dllexport when building DLL 2016-04-20 10:36:00 -07:00
opus_multistream.h Updating links for both https and new versions 2015-10-23 13:19:48 -04:00
opus_types.h Revert "Adds 3rd clause to CELT license" 2012-05-16 00:29:02 -04:00