Skip to content

Ease libvlc debugging by using compile time checks

Felix Paul Kühne requested to merge fkuehne/vlc-ios:improve-debug into master

This way, a single number needs to be switched in a header instead of searching individual source files for the exact line.

Additionally, the BOX SDK is no longer triggered at launching reducing the amount of spam on the console (and the network).

Merge request reports