简体   繁体   中英

Media player in C++

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 ( 编译av_player演示时出错 ), I would be really grateful.

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM