VideoLAN VLC media player
Official VideoLAN VLC site : http://www.videolan.org/vlc/index.html
Enable VLC module
DEFINEs
If you want to enable VideoLAN VLC module, your C++ compiler must add the following DEFINEs:ENABLE_HOST_VLC
Source files
C++ files must include the following two:- CiosAudio/Platforms/MacOSX/CaVLC.hpp
- CiosAudio/Platforms/MacOSX/CaVLC.cpp
If you are using another platform, such as Linux, Windows, Android or FreeBSD, just replace MacOSX into platform name.
Qt
If you are using Qt, in the following file:CiosAudio/Platforms/MacOSX/HostAPIs.pri
Enable the following setting:HostAPIs += VLC
If you are using another platform, such as Linux, Windows, Android or FreeBSD, just replace MacOSX into platform name.