wpe: Enable SHM support for new stable WPEBackend-FDO release

1.5.0 was the development version.
This commit is contained in:
Philippe Normand 2020-03-23 12:55:13 +00:00 committed by GStreamer Merge Bot
parent 49560b4ba8
commit 26f76dd927

View 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