WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 22677
WebKitTools/Scripts/build-webkit --video doesn't work for Qt port
https://bugs.webkit.org/show_bug.cgi?id=22677
Summary
WebKitTools/Scripts/build-webkit --video doesn't work for Qt port
Bernhard Rosenkraenzer
Reported
2008-12-05 02:23:20 PST
Building the Qt port with --video doesn't actually provide video support -- but video support for the Qt port is implemented (enabled when WebKit is built inside the Qt source). From a quick look at the Makefiles, I think --video should set QT_CONFIG += phonon for the qt build.
Attachments
Patch to fix Phonon includes
(446 bytes, patch)
2009-07-12 14:31 PDT
,
Chris Hills
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Chris Hills
Comment 1
2009-07-12 14:31:44 PDT
Created
attachment 32634
[details]
Patch to fix Phonon includes The problem is that there is no such path $QTDIR/include/Phonon in a vanilla Qt installation. This patch removes "Phonon/" since the proper phonon include path is already applied by qmake.
Tor Arne Vestbø
Comment 2
2009-09-07 10:09:36 PDT
Landed in
r48122
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug