WebKit Bugzilla
Attachment 341079 Details for
Bug 185909
: [GStreamer] Save some time disabling some compile options in the dependencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185909-20180523122302.patch (text/plain), 2.02 KB, created by
Xabier RodrÃguez Calvar
on 2018-05-23 03:23:03 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Xabier RodrÃguez Calvar
Created:
2018-05-23 03:23:03 PDT
Size:
2.02 KB
patch
obsolete
>Subversion Revision: 232106 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index c3209a3618b20b5605005b36a88e43f0cb9e1155..2e28e096869749753d6a288dfc40db3ee0280faa 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,13 @@ >+2018-05-23 Xabier Rodriguez Calvar <calvaris@igalia.com> >+ >+ [GStreamer] Save some time disabling some compile options in the dependencies >+ https://bugs.webkit.org/show_bug.cgi?id=185909 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * gstreamer/jhbuild.modules: Added --disable-tests to gstreamer >+ and --disable-examples --disable-gtk-doc to gstreamer-vaapi. >+ > 2018-05-22 Roy Reapor <rreapor@apple.com> > > Test infrastructure websites should use jQuery and jQuery UI hosted on webkit.org >diff --git a/Tools/gstreamer/jhbuild.modules b/Tools/gstreamer/jhbuild.modules >index b0b4c26f9069e64f71c649223163bb82cfb4f9b8..4b91a84bc96db19553ae87e846dae8bffc69fc29 100644 >--- a/Tools/gstreamer/jhbuild.modules >+++ b/Tools/gstreamer/jhbuild.modules >@@ -40,7 +40,7 @@ > <branch repo="chromium.googlesource.com" checkoutdir="libvpx" tag="v1.7.0"/> > </autotools> > >- <autotools id="gstreamer" autogen-sh="configure" autogenargs="--disable-gtk-doc --disable-introspection --disable-examples"> >+ <autotools id="gstreamer" autogen-sh="configure" autogenargs="--disable-gtk-doc --disable-introspection --disable-examples --disable-tests"> > <dependencies> > <dep package="orc"/> > </dependencies> >@@ -88,7 +88,7 @@ > <branch hash="sha:eff80a02d2f2fb9f34b67e9a26e9954d3218c7aa18e863f2a47805fa7066029d" module="gst-libav/gst-libav-${version}.tar.xz" repo="gstreamer" version="1.14.1" /> > </autotools> > >- <autotools id="gstreamer-vaapi"> >+ <autotools id="gstreamer-vaapi" autogen-sh="configure" autogenargs="--disable-examples --disable-gtk-doc"> > <branch hash="sha:585c3ddb0c39220de0a33e5d0ed6196a108b8407ec3538d7c64617713b4434e8" module="gstreamer-vaapi/gstreamer-vaapi-${version}.tar.xz" repo="gstreamer" version="1.14.1" /> > <dependencies> > <dep package="gstreamer"/>
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 185909
: 341079