WebKit Bugzilla
Attachment 370416 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 v2
bug-198125-20190522192456.patch (text/plain), 1.88 KB, created by
Adrian Perez
on 2019-05-22 10:24:57 PDT
(
hide
)
Description:
Patch v2
Filename:
MIME Type:
Creator:
Adrian Perez
Created:
2019-05-22 10:24:57 PDT
Size:
1.88 KB
patch
obsolete
>Subversion Revision: 245619 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 2a307ccdb2c71420e943f71ae814cbd4a4f2ffdd..5f5b4208737217e6ca98ca994fc4025e2ac88189 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!). >+ >+ * UIProcess/glib/WebProcessPoolGLib.cpp: Guard the inclusion of GStreamerCommon.h with USE(GSTREAMER). >+ * WebProcess/glib/WebProcessGLib.cpp: Ditto. >+ > 2019-05-22 Carlos Garcia Campos <cgarcia@igalia.com> > > Unreviewed. Fix GTK unit tests after r245565 >diff --git a/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp b/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp >index b1e09650b03181a29a5765048097629b1d399fd3..81bab82d70e15595ddc6277bf0f1c190096d6762 100644 >--- a/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp >+++ b/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp >@@ -31,7 +31,11 @@ > #include "WebMemoryPressureHandler.h" > #include "WebProcessCreationParameters.h" > #include <JavaScriptCore/RemoteInspectorServer.h> >+ >+#if USE(GSTREAMER) > #include <WebCore/GStreamerCommon.h> >+#endif >+ > #include <wtf/FileSystem.h> > #include <wtf/glib/GUniquePtr.h> > >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