mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 02:11:39 +08:00
[speex] Fix release mode .def file. Add missing exports (#2340)
* [speex] Fix release mode .def file. Add missing exports
Fixed .def file in release mode (it is bugged after #2293 fix in d5395ac793
) https://github.com/Microsoft/vcpkg/issues/2293#issuecomment-350449317
Added exports for speex_header_free and speex_mode_list (https://github.com/Microsoft/vcpkg/issues/2292#issuecomment-348773393)
* [speex] Fix regression for release mode import library
This commit is contained in:
parent
5a8e2d9a8e
commit
d7b06be393
@ -24,6 +24,8 @@ file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/libspeex.def"
|
||||
"speex_nb_mode\n"
|
||||
"speex_wb_mode\n"
|
||||
"speex_uwb_mode\n"
|
||||
"speex_mode_list\n"
|
||||
"speex_header_free\n"
|
||||
)
|
||||
|
||||
set(SRC
|
||||
|
@ -1,3 +1,3 @@
|
||||
Source: speex
|
||||
Version: 1.2.0-3
|
||||
Version: 1.2.0-4
|
||||
Description: Speex is an Open Source/Free Software patent-free audio compression format designed for speech.
|
||||
|
Loading…
Reference in New Issue
Block a user