How do I link libvlc.dylib and libvlccore.dylib on arm64 MacOS to create a decoder module for VLC?
I am trying to create a decoder module for VLC, and in order to create the final shared library, I need to access functions which are defined in libvlc.dylib and libvlccore.dylib. However, when I try linking my object file with VLC libraries, I get this error: