wpe: Enable SHM support for new stable WPEBackend-FDO release
authorPhilippe Normand <philn@igalia.com>
Mon, 23 Mar 2020 12:55:13 +0000 (12:55 +0000)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Mon, 23 Mar 2020 13:08:46 +0000 (13:08 +0000)
1.5.0 was the development version.

ext/wpe/WPEThreadedView.h

index c2b77fc..edb29e1 100644 (file)
@@ -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