From 63d0cf183180048d7f881ca4411b8e61c511600f Mon Sep 17 00:00:00 2001 From: fritsch Date: Mon, 23 Dec 2013 18:15:01 +0100 Subject: [PATCH] libva: remove special patch used for vpp --- .../patches/libva-patch-surface_empty.patch | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 packages/multimedia/libva/patches/libva-patch-surface_empty.patch diff --git a/packages/multimedia/libva/patches/libva-patch-surface_empty.patch b/packages/multimedia/libva/patches/libva-patch-surface_empty.patch deleted file mode 100644 index 2b5bb590d4..0000000000 --- a/packages/multimedia/libva/patches/libva-patch-surface_empty.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff --git a/va/va.h b/va/va.h -index d9e4c7e..dc0f092 100644 ---- a/va/va.h -+++ b/va/va.h -@@ -1905,6 +1905,8 @@ VAStatus vaSyncSurface ( - VASurfaceID render_target - ); - -+#define HAVE_VA_SURFACE_STATUS_EMPTY 1 -+ - typedef enum - { - VASurfaceRendering = 1, /* Rendering in progress */ -@@ -1912,7 +1914,8 @@ typedef enum - /* this status is useful if surface is used as the source */ - /* of an overlay */ - VASurfaceReady = 4, /* not being rendered or displayed */ -- VASurfaceSkipped = 8 /* Indicate a skipped frame during encode */ -+ VASurfaceSkipped = 8, /* Indicate a skipped frame during encode */ -+ VASurfaceEmpty = 16 /* contains no actual data */ - } VASurfaceStatus; - - /*