search for: vorbisenc_static_d

Displaying 1 result from an estimated 1 matches for "vorbisenc_static_d".

Did you mean: vorbisenc_static
2004 Mar 25
1
library of ogg vorbis encoder
Hello, I have succeed in compile oggencoder to create ogg enc.exe, but I have put libraries in my visual c++ project( ogg_static_d.lib vorbis_static_d.lib vorbisenc_static_d.lib). What are these libraries? What does they contain? In my visual project, I have just audio.c;encode.c; getopt.c; getopt1.c;oggenc.c;platform.c;utf8.c in the source files. I don't know where are the files (MDCT.c; PSY .c etc.....). I don't know when the program call these functions. Man...