Hi,
I'm trying to experiment a bit with LibVLC on my Mac, I would like to develop a small utility that then will be deployed on Linux...
Basically I've created a C++ project with Xcode and then imported libvlcpp correctly, the problem is that when I build the app I get this error:
ExampleVLC/vlcpp/common.hpp:31:10: 'vlc/vlc.h' file not found
Now on Linux I would solve this problem installing libvlc-dev package, that would install the necessary headers, how can I achieve the same on macOS Big Sur ?
Thanks