st/va: Disable vaExportSurfaceHandle()

This is not in libva 2.0, so it shouldn't be enabled yet.

Signed-off-by: Mark Thompson <sw@jkqxz.net>
Acked-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
Mark Thompson
2017-10-15 20:57:21 +01:00
committed by Leo Liu
parent 35c66f3e40
commit b6f41e393e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ static struct VADriverVTable vtable =
&vlVaQuerySurfaceAttributes,
&vlVaAcquireBufferHandle,
&vlVaReleaseBufferHandle,
#if VA_CHECK_VERSION(1, 0, 0)
#if 0
&vlVaExportSurfaceHandle,
#endif
};
+1 -1
View File
@@ -903,7 +903,7 @@ vlVaQueryVideoProcPipelineCaps(VADriverContextP ctx, VAContextID context,
return VA_STATUS_SUCCESS;
}
#if VA_CHECK_VERSION(1, 0, 0)
#if 0
VAStatus
vlVaExportSurfaceHandle(VADriverContextP ctx,
VASurfaceID surface_id,