From: Philippe Normand Date: Mon, 23 Mar 2020 12:55:13 +0000 (+0000) Subject: wpe: Enable SHM support for new stable WPEBackend-FDO release X-Git-Tag: 1.19.3~507^2~2176 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=26f76dd9272de30d689602a587fb915da2953309;p=platform%2Fupstream%2Fgstreamer.git wpe: Enable SHM support for new stable WPEBackend-FDO release 1.5.0 was the development version. --- diff --git a/ext/wpe/WPEThreadedView.h b/ext/wpe/WPEThreadedView.h index c2b77fc..edb29e1 100644 --- a/ext/wpe/WPEThreadedView.h +++ b/ext/wpe/WPEThreadedView.h @@ -31,7 +31,7 @@ typedef struct _GstGLContext GstGLContext; typedef struct _GstGLDisplay GstGLDisplay; typedef struct _GstEGLImage GstEGLImage; -#if defined(WPE_FDO_CHECK_VERSION) && WPE_FDO_CHECK_VERSION(1, 5, 0) +#if defined(WPE_FDO_CHECK_VERSION) && WPE_FDO_CHECK_VERSION(1, 6, 0) #define ENABLE_SHM_BUFFER_SUPPORT 1 #else #define ENABLE_SHM_BUFFER_SUPPORT 0