Displaying 3 results from an estimated 3 matches for "_vorbis_info_clear".
Did you mean:
vorbis_info_clear
2005 Nov 28
1
Compile Encoder_example.c
...coder_example.c
inside libvorbis's example directory. I try to compile
it using Microsoft Visual C++ 6.0 ,but it goes error
like this :
--------------------Configuration: encoder_example -
Win32 Debug--------------------
Linking...
encoder_example.obj : error LNK2001: unresolved
external symbol _vorbis_info_clear
encoder_example.obj : error LNK2001: unresolved
external symbol _vorbis_comment_clear
encoder_example.obj : error LNK2001: unresolved
external symbol _vorbis_dsp_clear
encoder_example.obj : error LNK2001: unresolved
external symbol _vorbis_block_clear
encoder_example.obj : error LNK2001: unresolved...
2000 Nov 12
2
This is not going well... but better than before!
...rors..
unresolved external symbol _vorbis_comment_clear
unresolved external symbol _optind
unresolved external symbol _optarg
unresolved external symbol _vorbis_comment_add_tag
unresolved external symbol _vorbis_comment_add
unresolved external symbol _vorbis_comment_init
unresolved external symbol _vorbis_info_clear
unresolved external symbol _vorbis_dsp_clear
unresolved external symbol _vorbis_block_clear
unresolved external symbol _ogg_stream_clear
unresolved external symbol _ogg_page_eos
unresolved external symbol _ogg_stream_pageout
unresolved external symbol _vorbis_analysis
unresolved external symbol _vo...
2006 Aug 18
6
Ogg Player Code
Hello,
In one of my recent assignments, I was asked to develop a ogg player.
I am not able to find the right repository of the source code. There are few repositories on vorbis but I am not clear which one is the right one for Windows environment.
If somebody has successfully compiled any ogg player ever, his ideas will be helpful to me.
In one of the code set, I was able to compile the