search for: 0fff1978

Displaying 2 results from an estimated 2 matches for "0fff1978".

2016 Apr 09
0
[PATCH] win32: only use dllexport when building DLL
...er branch. Thanks, -- Daniel -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-win32-only-use-dllexport-when-building-DLL.patch Type: application/octet-stream Size: 1166 bytes Desc: not available Url : http://lists.xiph.org/pipermail/opus/attachments/20160409/0fff1978/attachment.obj
2015 Oct 22
3
[PATCH] 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