Hello!
I have the audio library of custom MIDI player which uses a set of emulated YMF262 chips. For it I have made the VLC plugin which successfully compiling through autotools and copied binary into /usr/lib/vlc/plugins/codec works fine in VLC 2.2.2 I have installed into my system.
https://github.com/Wohlstand/libADLMIDI ... /vlc_codec
I trying to make it be buildable via CMake build system:
https://github.com/Wohlstand/libADLMIDI ... #L431-L464
However, built binary don't want work in the VLC by unknown reason for me yet. I linking my library statically.
What I did wrong or what I have missed up?
Can you explain or refer the documentation how to correctly compile the codec plugin for VLC? I mean not via autotools. I.e. What I must to link or do NOT link, which compiler/linker flags are required to make the codec plugin work fine?