English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have downloaded the libogg1.1.3 and libvorbis1.1.2 from official website.
I am trying to use the example_encoder.c to encode my wave file into ogg format.
While building, i get 24 errors such that:
ncoder_example.obj : error LNK2001: unresolved external symbol _vorbis_info_clear
encoder_example.obj : error LNK2001: unresolved external symbol _vorbis_comment_clear

2007-02-14 22:00:04 · 1 answers · asked by champion 3 in Computers & Internet Programming & Design

1 answers

If you are just trying to encode some WAV files into .ogg, i would highly reccomend you use a 3rd party app like Audacity ( http://audacity.sourceforge.net/ )

If you are on linux, if you have the vorbis tools installed, you can just use oggenc on the commandline.

2007-02-14 22:07:03 · answer #1 · answered by fireflymantis 2 · 0 0

fedest.com, questions and answers