WebKit Bugzilla
Attachment 370406 Details for
Bug 198125
: [WPE] Build fails with ENABLE_VIDEO=OFF and ENABLE_WEB_AUDIO=OFF
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-198125-20190522184534.patch (text/plain), 1.23 KB, created by
Adrian Perez
on 2019-05-22 09:45:36 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Adrian Perez
Created:
2019-05-22 09:45:36 PDT
Size:
1.23 KB
patch
obsolete
>Subversion Revision: 245619 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 2a307ccdb2c71420e943f71ae814cbd4a4f2ffdd..2e4b3200320a96a81246edc2151dd0377f9335b0 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,13 @@ >+2019-05-22 Adrian Perez de Castro <aperez@igalia.com> >+ >+ [WPE] Build fails with ENABLE_VIDEO=OFF and ENABLE_WEB_AUDIO=OFF >+ https://bugs.webkit.org/show_bug.cgi?id=198125 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * WebProcess/glib/WebProcessGLib.cpp: Guard the inclusion of >+ GStreamerCommon.h with USE(GSTREAMER). >+ > 2019-05-22 Carlos Garcia Campos <cgarcia@igalia.com> > > Unreviewed. Fix GTK unit tests after r245565 >diff --git a/Source/WebKit/WebProcess/glib/WebProcessGLib.cpp b/Source/WebKit/WebProcess/glib/WebProcessGLib.cpp >index ea0f10280828349a9fffcb4fe8c4cd897297711b..5eaf8fca88dbf5fe51b71c3c3db25ba6ff73da40 100644 >--- a/Source/WebKit/WebProcess/glib/WebProcessGLib.cpp >+++ b/Source/WebKit/WebProcess/glib/WebProcessGLib.cpp >@@ -28,7 +28,11 @@ > #include "WebProcess.h" > > #include "WebProcessCreationParameters.h" >+ >+#if USE(GSTREAMER) > #include <WebCore/GStreamerCommon.h> >+#endif >+ > #include <WebCore/MemoryCache.h> > > #if PLATFORM(WAYLAND)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 198125
:
370406
|
370416