mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
wpe: Enable SHM support for new stable WPEBackend-FDO release
1.5.0 was the development version.
This commit is contained in:
parent
49560b4ba8
commit
26f76dd927
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue