Log in

View Full Version : What is libxvidcore.lib for?


Wbtz
21st November 2002, 13:02
Hi, Pardon me for my ignorance. What is libxvidcore.lib for? To install xvid.dll you only need the xvid.inf right?

-h
21st November 2002, 21:11
That file is the library of functions which make up XviD's encoding/decoding abilities. It is used when compiling the VfW frontend - the VfW code only contains mappings to convert Windows VfW requests (ICC_COMPRESS, etc.) into commands that xvidcore will understand.

You only need it if you're compiling something that relies on functions in xvidcore.

-h