From 837173c0f06f89895087a1f5b028bc69b3035bbe Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Mon, 11 Feb 2019 10:01:50 -0500 Subject: [PATCH] Revert "fix issue" This reverts commit 5e0c458e0ef544f1afae13c5eb047bc0826b011a. --- gst-libs/gst/gl/egl/gsteglimage.c | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/gst-libs/gst/gl/egl/gsteglimage.c b/gst-libs/gst/gl/egl/gsteglimage.c index 7cc25896a2..a74526bda0 100644 --- a/gst-libs/gst/gl/egl/gsteglimage.c +++ b/gst-libs/gst/gl/egl/gsteglimage.c @@ -86,34 +86,6 @@ #define EGL_DMA_BUF_PLANE0_PITCH_EXT 0x3274 #endif -#ifndef DRM_FORMAT_MOD_LINEAR -#define DRM_FORMAT_MOD_LINEAR 0ULL -#endif - -#ifndef EGL_DMA_BUF_PLANE0_MODIFIER_LO_EXT -#define EGL_DMA_BUF_PLANE0_MODIFIER_LO_EXT 0x3443 -#endif - -#ifndef EGL_DMA_BUF_PLANE0_MODIFIER_HI_EXT -#define EGL_DMA_BUF_PLANE0_MODIFIER_HI_EXT 0x3444 -#endif - -#ifndef EGL_DMA_BUF_PLANE1_MODIFIER_LO_EXT -#define EGL_DMA_BUF_PLANE1_MODIFIER_LO_EXT 0x3445 -#endif - -#ifndef EGL_DMA_BUF_PLANE1_MODIFIER_HI_EXT -#define EGL_DMA_BUF_PLANE1_MODIFIER_HI_EXT 0x3446 -#endif - -#ifndef EGL_DMA_BUF_PLANE2_MODIFIER_LO_EXT -#define EGL_DMA_BUF_PLANE2_MODIFIER_LO_EXT 0x3447 -#endif - -#ifndef EGL_DMA_BUF_PLANE2_MODIFIER_HI_EXT -#define EGL_DMA_BUF_PLANE2_MODIFIER_HI_EXT 0x3448 -#endif - #if !GST_GL_HAVE_EGLUINT64KHR typedef khronos_uint64_t EGLuint64KHR; #endif