WebKit Bugzilla
Attachment 361669 Details for
Bug 194495
: [GStreamer] GstMappedBuffer testsuite build fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-194495-20190211104945.patch (text/plain), 1.75 KB, created by
Philippe Normand
on 2019-02-11 02:49:47 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Philippe Normand
Created:
2019-02-11 02:49:47 PST
Size:
1.75 KB
patch
obsolete
>Subversion Revision: 241260 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 2f466020a09af97e4a6ffa4b3f1135cda316dd94..dbdd7308f42b39776d14635bb4bbd6d3cd095d1f 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,16 @@ >+2019-02-11 Philippe Normand <pnormand@igalia.com> >+ >+ [GStreamer] GstMappedBuffer testsuite build fails >+ https://bugs.webkit.org/show_bug.cgi?id=194495 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Fix the build by explicitely adding the gstreamer1.0-audio include >+ directories to the include path. >+ >+ * TestWebKitAPI/PlatformGTK.cmake: >+ * TestWebKitAPI/PlatformWPE.cmake: >+ > 2019-02-04 Carlos Garcia Campos <cgarcia@igalia.com> > > [GTK][WPE] Add enable-javascript-markup setting >diff --git a/Tools/TestWebKitAPI/PlatformGTK.cmake b/Tools/TestWebKitAPI/PlatformGTK.cmake >index ce821e61b056435b2eeee5e0e56ba2357725885e..8dd0e1463fb37a81f989ec62686f304ca843beef 100644 >--- a/Tools/TestWebKitAPI/PlatformGTK.cmake >+++ b/Tools/TestWebKitAPI/PlatformGTK.cmake >@@ -26,6 +26,7 @@ include_directories(SYSTEM > ${GDK3_INCLUDE_DIRS} > ${GLIB_INCLUDE_DIRS} > ${GSTREAMER_INCLUDE_DIRS} >+ ${GSTREAMER_AUDIO_INCLUDE_DIRS} > ${GTK3_INCLUDE_DIRS} > ${LIBSOUP_INCLUDE_DIRS} > ) >diff --git a/Tools/TestWebKitAPI/PlatformWPE.cmake b/Tools/TestWebKitAPI/PlatformWPE.cmake >index 4267da20d070c47bc81e46ec2b7f2d13c0799d76..584e8b149b570ddca5cc3323af4b0dd85dea3d0d 100644 >--- a/Tools/TestWebKitAPI/PlatformWPE.cmake >+++ b/Tools/TestWebKitAPI/PlatformWPE.cmake >@@ -24,6 +24,7 @@ include_directories(SYSTEM > ${CAIRO_INCLUDE_DIRS} > ${GLIB_INCLUDE_DIRS} > ${GSTREAMER_INCLUDE_DIRS} >+ ${GSTREAMER_AUDIO_INCLUDE_DIRS} > ${LIBSOUP_INCLUDE_DIRS} > ${WPE_INCLUDE_DIRS} > ${WPEBACKEND_FDO_INCLUDE_DIRS}
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 194495
: 361669