Adding new dylib plugin (not working Mac OSX)
Posted: 26 Sep 2014 10:06
Hi all,
I'm new programming modules for VLC. I have programmed a VLC plugin (stream_filter) using QtCreator which decrypt some kind of files previously generated by me. I generated the dylib and I copied it to ...VLC.app/Contents/MacOS/plugins/ folder. I also changed the Info.plist file to adapt it to the new plugin.
Everything seems to be working in my computer (from QtCreator debugging and executing this VLC.app directly), but when I copy this app to another computer, it doesn't work. At first time it shows something like "core stream error corrupt module", but when I fixed some linking issues (using install_name_tool to fix paths to shared libraries, no message appears...
Any suggestions?
I've also tried to add my code in the modules/stream_filter/ folder, but when compiling VLC, it doesn't find Qt classes...
Thank you so much!!
I'm new programming modules for VLC. I have programmed a VLC plugin (stream_filter) using QtCreator which decrypt some kind of files previously generated by me. I generated the dylib and I copied it to ...VLC.app/Contents/MacOS/plugins/ folder. I also changed the Info.plist file to adapt it to the new plugin.
Everything seems to be working in my computer (from QtCreator debugging and executing this VLC.app directly), but when I copy this app to another computer, it doesn't work. At first time it shows something like "core stream error corrupt module", but when I fixed some linking issues (using install_name_tool to fix paths to shared libraries, no message appears...
Any suggestions?
I've also tried to add my code in the modules/stream_filter/ folder, but when compiling VLC, it doesn't find Qt classes...
Thank you so much!!