Closed morphogencc closed 2 years ago
https://code.videolan.org/videolan/vlc would be needed as a dependency.
@mathisloge Ah, you're right -- and actually, libvlc would meet my purposes just fine, and looks like it's header-only. Should I go ahead and change the ticket for just libvlc or create a new one?
@morphogencc libvlc isn't header only. libvlcpp is header only. But libvlcpp depends on libvlc.
The ticket thus includes both Libs. And it isn't a big deal to add libvlcpp, but libvlc looks like a bit more work (to get it right).
Is there any movement on this issue or information I can provide?
If you wish to add this port in the future, you can reopen this issue, but we're closing it for now, consider making a pull request instead.
Library name: libvlcpp
Library description: libvlcpp is a header-only, C++ bindings for the libvlc crossplatform multimedia API. It is an official binding over the VideoLAN libvlc library and can be used on many platforms. libVLC is the core engine and the interface to the multimedia framework on which VLC media player is based.
libVLC is modularized into hundreds of plugins, which may be loaded at runtime. This architecture provides great flexibility to developers (both VLC devs and devs consuming the library). It allows developers to create a wide range of multimedia applications using the VLC features.
Source repository URL: https://code.videolan.org/videolan/libvlcpp
Project homepage (if different from the source repository): https://www.videolan.org/
Anything else that is useful to know when adding (such as optional features the library may have that should be included):