Displaying 2 results from an estimated 2 matches for "_theora_encode_init".
Did you mean:
theora_encode_init
2004 Oct 09
3
Encoder not linking on win32?
...h 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 the encoding function
prototypes since 1.0a3?
Thanks, I'm rea...
2010 Jul 20
0
MMX version of Theora
...ported
1>getopt_long.obj : warning LNK4049: locally defined symbol _opterr imported
1>getopt_long.obj : warning LNK4049: locally defined symbol _optreset
imported
1>theora_static_d.lib(encoder_toplevel.obj) : error LNK2019: unresolved
external symbol _dsp_static_init referenced in function _theora_encode_init
1>theora_static_d.lib(toplevel.obj) : error LNK2001: unresolved external
symbol _dsp_static_init
1>theora_static_d.lib(encode.obj) : error LNK2001: unresolved external
symbol _dsp_funcs
1>theora_static_d.lib(decode.obj) : error LNK2001: unresolved external
symbol _dsp_funcs
1>theora_sta...