eglimage: Add compatibility define for DRM_FORMAT_NV24

This commit is contained in:
Sebastian Dröge 2019-04-23 17:10:47 +03:00 committed by Sebastian Dröge
parent 03a85de734
commit 5f19e83f14

View file

@ -64,6 +64,10 @@
#ifndef DRM_FORMAT_GR88
#define DRM_FORMAT_GR88 fourcc_code('G', 'R', '8', '8')
#endif
#ifndef DRM_FORMAT_NV24
#define DRM_FORMAT_NV24 fourcc_code('N', 'V', '2', '4')
#endif
#endif
#ifndef EGL_LINUX_DMA_BUF_EXT