Displaying 2 results from an estimated 2 matches for "_opus_custom_decode".
2014 Feb 15
5
Enable custom modes (Visual C++ Express)
Hi all,
for numerous reasons I am now trying to build Opus with Windows / Visual C++
Express. So far I have been using Linux/OSX/MinGW only. The normal Opus
build works out fine but I wonder how I can enable the Opus-custom-mode with
Visual C++ Express. Can anyone help ?
Thanks in advance,
best
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Feb 16
0
Enable custom modes (Visual C++ Express)
...CUSTOM_MODES
>>to the Windows config.h file.
>Ha ! I just forgot the "S" and typed CUSTOM_MODE -- well, that should be
>it.
I think I was too quick: Today I compiled the whole project and I get
these unresolved symbols:
error LNK2001: Nicht aufgel?stes externes Symbol
"_opus_custom_decode".
error LNK2001: Nicht aufgel?stes externes Symbol
"_opus_custom_mode_create".
error LNK2001: Nicht aufgel?stes externes Symbol
"_opus_custom_encoder_destroy".
error LNK2001: Nicht aufgel?stes externes Symbol "_opus_strerror".
error LNK2001: Nicht aufgel?stes...