summaryrefslogtreecommitdiff
path: root/va/va_android.h
diff options
context:
space:
mode:
Diffstat (limited to 'va/va_android.h')
-rw-r--r--va/va_android.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/va/va_android.h b/va/va_android.h
index bba85f7..3e050b8 100644
--- a/va/va_android.h
+++ b/va/va_android.h
@@ -14,8 +14,8 @@ VADisplay vaGetDisplay (
);
#if ANDROID
-#include <ui/Surface.h>
-class Surface;
+//#include <ui/Surface.h>
+//class Surface;
/*
* Output rendering
@@ -28,7 +28,7 @@ class Surface;
VAStatus vaPutSurface (
VADisplay dpy,
VASurfaceID surface,
- Surface *draw, /* Android Window/Surface */
+ void *draw, /* Android Window/Surface */
short srcx,
short srcy,
unsigned short srcw,