编译问题:libvlc异常t的缺失(compilation issue : libvlc excep

2019-10-18 06:16发布

我试图混合QtlibVLC ,我已经下载库,尝试了一些教程,但我总是停在了同样的错误,我无法找到谷歌的任何解决方案...

以下是编译输出

error: unknown type name 'libvlc_exception_t'; did you mean 'libvlc_event_t'?

我运行MacOS 10.8.4

编辑:libvlc_exception_t甚至没有记录在LibVLC文件

Answer 1:

这就是为什么 :

DOC /变化-2010:该libvlc_exceptions已经从libvlc删除。



文章来源: compilation issue : libvlc exception t is missing