Media player in C++

662 Views Asked by At

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.

2

There are 2 best solutions below

1
pradiptart On BEST ANSWER

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.

0
fazhang On

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" .