Hi, I'm using libvlc on an embedded project where only audio functionality is used.
In order to reduce storage footprint on the embedded device, I was wondering whether entire video and frontend functionalities can be stripped off when building.
Is that possible in bulk without selecting features to disable one by one?
Thanks