st/xvmc: Include u_surface.h for u_copy_rect.
authorVinson Lee <vlee@freedesktop.org>
Tue, 1 Oct 2013 03:11:24 +0000 (20:11 -0700)
committerVinson Lee <vlee@freedesktop.org>
Tue, 1 Oct 2013 03:15:53 +0000 (20:15 -0700)
commit14442c46fb7852c2747a78a40a939fc67ef6eb4d
treef5eac1870dbea8f66696ab27bbe58b193d14a9d5
parent9f6e76a91e3a176e00ca3e8c0bbd61d49df45961
st/xvmc: Include u_surface.h for u_copy_rect.

This patch fixes the build error introduced with commit
81bb98e928861260170c16f5c3e0d80492251d6b.

  CC     subpicture.lo
subpicture.c: In function 'upload_sampler':
subpicture.c:181:4: error: implicit declaration of function 'util_copy_rect' [-Werror=implicit-function-declaration]
subpicture.c: In function 'XvMCClearSubpicture':
subpicture.c:304:21: error: storage size of 'uc' isn't known
subpicture.c:328:4: error: implicit declaration of function 'util_fill_rect' [-Werror=implicit-function-declaration]
subpicture.c:304:21: warning: unused variable 'uc' [-Wunused-variable]

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
src/gallium/state_trackers/xvmc/subpicture.c