summaryrefslogtreecommitdiff
path: root/src/gen8_mfd.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/gen8_mfd.c
parent89dcd2e82093654d5c1ab68a9d132406dd641b34 (diff)
downloadlibva-intel-driver-8715ce33aae4e25ef98eed9c1bdcc6b95c5e3253.tar.gz
libva-intel-driver-8715ce33aae4e25ef98eed9c1bdcc6b95c5e3253.tar.bz2
libva-intel-driver-8715ce33aae4e25ef98eed9c1bdcc6b95c5e3253.zip
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/gen8_mfd.c')
-rw-r--r--src/gen8_mfd.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gen8_mfd.c b/src/gen8_mfd.c
index a080504..1897d71 100644
--- a/src/gen8_mfd.c
+++ b/src/gen8_mfd.c
@@ -2164,14 +2164,6 @@ gen8_mfd_jpeg_bsd_object(VADriverContextP ctx,
/* Workaround for JPEG decoding on Ivybridge */
#ifdef JPEG_WA
-VAStatus
-i965_CreateSurfaces(VADriverContextP ctx,
- int width,
- int height,
- int format,
- int num_surfaces,
- VASurfaceID *surfaces);
-
static struct {
int width;
int height;