• Home
  • Documents
  • Download
  • Status
  • FAQ
  • Mailing list
  • Applications
  • Links
  • License
  • Volunteer
  • Contacts

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:

  1. CiosAudio/Platforms/MacOSX/CaVLC.hpp
  2. 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.

Libraries