Closed kingctan closed 10 years ago
I use vlc in my project,but always tell us: VlcMmPlayer is not a type even when I define QMLVLC_QTMULTIMEDIA_ENABLE,whick not work.
VlcMmPlayer will be enabled automatically if you enable QtMultimedia module. But you should enable it before including QmlVlc.pri. Look at QmlVlcDemo.pro please (lines 1 and 3)
I use vlc in my project,but always tell us: VlcMmPlayer is not a type even when I define QMLVLC_QTMULTIMEDIA_ENABLE,whick not work.