at 18.03-beta 13 lines 871 B view raw
1diff --git i/Source/cmake/OptionsGTK.cmake w/Source/cmake/OptionsGTK.cmake 2index d3577a8..9620dc0 100644 3--- i/Source/cmake/OptionsGTK.cmake 4+++ w/Source/cmake/OptionsGTK.cmake 5@@ -94,7 +94,7 @@ WEBKIT_OPTION_DEFINE(USE_LIBSECRET "Whether to enable the persistent credential 6 7 # Private options specific to the GTK+ port. Changing these options is 8 # completely unsupported. They are intended for use only by WebKit developers. 9-WEBKIT_OPTION_DEFINE(USE_GSTREAMER_GL "Whether to enable support for GStreamer GL" PRIVATE ON) 10+WEBKIT_OPTION_DEFINE(USE_GSTREAMER_GL "Whether to enable support for GStreamer GL" PRIVATE OFF) 11 WEBKIT_OPTION_DEFINE(USE_GSTREAMER_MPEGTS "Whether to enable support for MPEG-TS" PRIVATE OFF) 12 WEBKIT_OPTION_DEFINE(USE_REDIRECTED_XCOMPOSITE_WINDOW "Whether to use a Redirected XComposite Window for accelerated compositing in X11." PRIVATE ON) 13