st/vdpau: Include u_surface.h for u_copy_rect.
authorVinson Lee <vlee@freedesktop.org>
Tue, 1 Oct 2013 03:48:14 +0000 (20:48 -0700)
committerVinson Lee <vlee@freedesktop.org>
Tue, 1 Oct 2013 03:49:38 +0000 (20:49 -0700)
commit9b388c66fc8e002f442eafc669ca31d99a807b5a
tree82e3bb530daf113d000a1a372926d5853b2d8966
parent05474ac9c494b6754612268abd206be27b68a40b
st/vdpau: Include u_surface.h for u_copy_rect.

Fix build errors.

  CC     surface.lo
surface.c: In function 'vlVdpVideoSurfaceGetBitsYCbCr':
surface.c:247:10: error: implicit declaration of function 'util_copy_rect' [-Werror=implicit-function-declaration]

  CC     output.lo
output.c: In function 'vlVdpOutputSurfaceGetBitsNative':
output.c:216:4: error: implicit declaration of function 'util_copy_rect' [-Werror=implicit-function-declaration]

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
src/gallium/state_trackers/vdpau/output.c
src/gallium/state_trackers/vdpau/surface.c