]> git.proxmox.com Git - mirror_qemu.git/commit - ui/vnc-enc-tight.c
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)
commitcf76a1ce8b7cf4b92429d67d3f4626a92b2d8a37
treef2a49ccf84f2130a4bb26839b75f5c0897f3aae8
parenta43f9c90c9129d1f28e473277abf793d0caed897
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