mackron / dr_libs

Audio decoding libraries for C/C++, each in a single source file.
Other
1.24k stars 205 forks source link

dr_opus compile error #146

Closed mattparks closed 4 years ago

mattparks commented 4 years ago

While building dr_opus I get the following error:

dr_opus.obj : error LNK2019: unresolved external symbol dropus_stream_decode_frame__silk_frame referenced in function dropus_stream_decode_frame__silk 
mackron commented 4 years ago

Opus isn't anywhere near even close to being ready for use. This will all be fixed up when I get back onto the Opus stuff. Thanks for the report, though!