From 75cc24c876059d6eb183e07ed802f997fb416864 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Fri, 25 Nov 2011 11:59:02 +0800 Subject: android: add support for ICS With ICS (Android 4.0), several headers and structs are renamed. Define ANDROID_VERSION so that we can choose a different path depending on the platform version. I've tested only softpipe and llvmpipe. r600g is also reported to work. --- include/EGL/eglext.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/EGL') diff --git a/include/EGL/eglext.h b/include/EGL/eglext.h index 0449ae2cd1a..9484b83c650 100644 --- a/include/EGL/eglext.h +++ b/include/EGL/eglext.h @@ -392,7 +392,6 @@ typedef EGLBoolean (EGLAPIENTRYP PFNEGLSWAPBUFFERSREGIONNOK) (EGLDisplay dpy, EG #ifndef EGL_ANDROID_image_native_buffer #define EGL_ANDROID_image_native_buffer 1 -struct android_native_buffer_t; #define EGL_NATIVE_BUFFER_ANDROID 0x3140 /* eglCreateImageKHR target */ #endif -- cgit v1.2.3