PDA

View Full Version : Change phonon backend to vlc backend



stereoMatching
4th September 2012, 18:52
I download phonon backend http://people.videolan.org/~jb/phonon/phonon-vlc-4.5-0.4.1-sdk.7z
remove original dll and .a files from ../plugins/phonon_backend and replace them with the
“phonon_vlc.dll”. I test it with the examples music playerhttp://doc.qt.nokia.com/4.7-snapshot/phonon-qmusicplayer.html
But it do not work as expected, what do I lack?

OS : win7 64bits
Qt : 4.8.2
compiler : minGW4.6.2

wysota
8th September 2012, 06:10
Make sure all dependencies of your plugin are met and that the plugin is compatible with your platform (hardware, os, compiler, compiler version, qt version, release/debug).