diff options
author | Marc-André Lureau <[email protected]> | 2015-04-28 12:23:42 +0200 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2015-04-29 15:13:19 +1000 |
commit | c66c158e59298fc4183148c466dd4eecb945f87c (patch) | |
tree | 617ec642cc075b3a21d7ed5458051411ca6fcd34 /src/egl/main/eglapi.c | |
parent | 6fe0d4f0354418c6e68dd352996e9891ddd4dfd6 (diff) |
egl: misc fixes for EGL_MESA_image_dma_buf_export
Fix define and a function argument name introduced in commit
8f7338f284cdb1fef64c85e3293d2200d0cc6387
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/egl/main/eglapi.c')
-rw-r--r-- | src/egl/main/eglapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/main/eglapi.c b/src/egl/main/eglapi.c index ea2ee734a21..8b7b9bee7f1 100644 --- a/src/egl/main/eglapi.c +++ b/src/egl/main/eglapi.c @@ -1241,7 +1241,7 @@ eglGetProcAddress(const char *procname) { "eglCreatePlatformWindowSurfaceEXT", (_EGLProc) eglCreatePlatformWindowSurfaceEXT }, { "eglCreatePlatformPixmapSurfaceEXT", (_EGLProc) eglCreatePlatformPixmapSurfaceEXT }, { "eglGetSyncValuesCHROMIUM", (_EGLProc) eglGetSyncValuesCHROMIUM }, -#ifdef EGL_MESA_drm_buf_image_export +#ifdef EGL_MESA_dma_buf_image_export { "eglExportDMABUFImageQueryMESA", (_EGLProc) eglExportDMABUFImageQueryMESA }, { "eglExportDMABUFImageMESA", (_EGLProc) eglExportDMABUFImageMESA }, #endif |