ui/vnc-enc-tight.c: Fix compile failure if CONFIG_VNC_JPEG not defined
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 24 Feb 2011 16:04:22 +0000 (16:04 +0000)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 24 Feb 2011 17:25:38 +0000 (11:25 -0600)
commit9b433e3716cf13569c2e33d3e5073c09853ef875
treef2a49ccf84f2130a4bb26839b75f5c0897f3aae8
parent5bf69e73e2b0db1d8be9815e4975d25d6514ae0e
ui/vnc-enc-tight.c: Fix compile failure if CONFIG_VNC_JPEG not defined

Add some missing #ifdefs to fix compilation failures in the !CONFIG_VNC_JPEG
case introduced by commit ce702e93.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
ui/vnc-enc-tight.c