Displaying 1 result from an estimated 1 matches for "_theora_encode_tables".
2004 Oct 09
3
Encoder not linking on win32?
...iled my application using the newest theora headers
... repeat with ogg, vorbis, and speex ...
5) Made some very minor changes to my code so it'd compile (change casting
from signed to unsigned chars in a couple places)
6) Linked my application and it failed to find the following functions:
_theora_encode_tables
_theora_encode_comment
_theora_encode_header
_theora_encode_init
_theora_encode_packetout
_theora_encode_YUVin
_theora_encoder_clear referenced in function _theora_clear
For some reason all the unlinkable functions have underscore prefixes, even
though my code has none. Were any changes made to t...