On Wednesday 09 March 2011 04:57:50 Fathi Boudra wrote: > Hi, > > On Tue, Mar 8, 2011 at 2:50 PM, Caio Marcelo de Oliveira Filho > > <[email protected]> wrote: > > Regarding your error, I'm assuming you're talking about the 2.1.x > > branch, is that correct? > > No, not 2.1.x branch. I'm using 2.1 branch, targeting maemo6/meego. > > > Do you have QtMultimedia installed? > > Yes, I have Qt Mobility master branch (upcoming 1.2). > > with the same setup, week7 tag builds fine. > I work around the issue with the following patch: > > --- a/WebCore/WebCore.pro > +++ b/WebCore/WebCore.pro > @@ -2572,13 +2572,11 @@ contains(DEFINES, ENABLE_VIDEO=1) { > bindings/js/JSAudioConstructor.cpp > > !lessThan(QT_MINOR_VERSION, 6):contains(MOBILITY_CONFIG, > multimedia) { - HEADERS += \ > - platform/graphics/qt/MediaPlayerPrivateQt.h \ > - $$PWD/../WebKit/qt/WebCoreSupport/FullScreenVideoQt.h > + HEADERS += \ > + platform/graphics/qt/MediaPlayerPrivateQt.h > > SOURCES += \ > - platform/graphics/qt/MediaPlayerPrivateQt.cpp \ > - $$PWD/../WebKit/qt/WebCoreSupport/FullScreenVideoQt.cpp > + platform/graphics/qt/MediaPlayerPrivateQt.cpp > > CONFIG *= mobility > MOBILITY += multimedia > >
I haven't checked out 2.1 and I'm wondering how come this platform/graphics/qt/MediaPlayerPrivateQt.cpp and $$PWD/../WebKit/qt/WebCoreSupport/FullScreenVideoQt.cpp are actually in that branch. 2.1 doesn't have multimedia support. Seems like a wrong commit has been pushed there. > On Tue, Mar 8, 2011 at 2:50 PM, Caio Marcelo de Oliveira Filho > > <[email protected]> wrote: > > Hello Fathi Boudra, > > > > The tags from the last week (09) release were missing, thanks for > > spotting that. I've just pushed them to the repository. > > > > Regarding your error, I'm assuming you're talking about the 2.1.x > > branch, is that correct? > > Do you have QtMultimedia installed? > > > > > > Cheers, > > > > -- > > Caio Marcelo de Oliveira Filho > > OpenBossa - INdT > > _______________________________________________ > webkit-qt mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
