简体   繁体   English

C ++中的媒体播放器

[英]Media player in C++

I have the following issues when trying to compile the libtheoraplayer demo (av_player demo). 尝试编译libtheoraplayer演示(av_player演示)时遇到以下问题。

If someone can help me out with some errors from libtheoraplayer ( 如果有人可以帮我解决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. 如果您熟悉linux,请检查vlc源代码,它是免费的,但它是C代码。

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. LINK2019的意思是:该项目调用某些函数(例如CreateContext),但msvc仅找到此函数声明而没有实现。 it happend when project dont link the lib of this function .so you need to find the lib of those functions . 当项目未链接此函数的lib时,就会发生这种情况。因此,您需要找到这些函数的lib。 And "#parama commect(lib, libname.lib" . 和“ #parama commect(lib,libname.lib”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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