summaryrefslogtreecommitdiff
path: root/src/i965_post_processing.c
diff options
context:
space:
mode:
authorZhao Yakui <yakui.zhao@intel.com>2014-03-04 16:23:07 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2014-06-16 11:53:34 +0800
commit8715ce33aae4e25ef98eed9c1bdcc6b95c5e3253 (patch)
tree4df95a8a5bd9292ffeb98dbae1ce7fadde9d7b27 /src/i965_post_processing.c
parent89dcd2e82093654d5c1ab68a9d132406dd641b34 (diff)
downloadlibva-intel-driver-8715ce33aae4e25ef98eed9c1bdcc6b95c5e3253.tar.gz
Define i965_CreateSurfaces in header file explicitly to avoid multiple declaration
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> (cherry picked from commit 8b3945aa5df443e93a3f5e6e97dffb1574e2a936)
Diffstat (limited to 'src/i965_post_processing.c')
-rwxr-xr-xsrc/i965_post_processing.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/i965_post_processing.c b/src/i965_post_processing.c
index 3ee3f073..6d435a86 100755
--- a/src/i965_post_processing.c
+++ b/src/i965_post_processing.c
@@ -59,14 +59,6 @@ vpp_surface_convert(VADriverContextP ctx,
#define VA_STATUS_SUCCESS_1 0xFFFFFFFE
-extern VAStatus
-i965_CreateSurfaces(VADriverContextP ctx,
- int width,
- int height,
- int format,
- int num_surfaces,
- VASurfaceID *surfaces);
-
static const uint32_t pp_null_gen5[][4] = {
#include "shaders/post_processing/gen5_6/null.g4b.gen5"
};