Frage

I have the following issues when trying to compile the libtheoraplayer demo (av_player demo).

If someone can help me out with some errors from libtheoraplayer (errors while compiling av_player demo), I would be really grateful.

War es hilfreich?

Lösung

If you are familiar with linux then check the vlc source code it is free but it is C code.

it may be help to you.

Thanks.

Andere Tipps

LINK2019 means: this project invoke some function (such as CreateContext) but msvc just find this function declaration and no implement. it happend when project dont link the lib of this function .so you need to find the lib of those functions . And "#parama commect(lib, libname.lib" .

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top