]> git.proxmox.com Git - mirror_qemu.git/commit
backends/baum.c: Fix compilation when SDL is not available.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 21 Mar 2014 21:29:37 +0000 (21:29 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 24 Mar 2014 17:47:29 +0000 (17:47 +0000)
commite279e252ac7ea99b58eaf20d0aec4288de0386bb
treed5280c206b593e1703eab63ae66ecc7c793038f0
parent3a87f8b6859e6221b827ab4737779dddb37553ec
backends/baum.c: Fix compilation when SDL is not available.

backends/baum.c: In function ‘chr_baum_init’:
backends/baum.c:569:64: error: missing binary operator before token "("
 #if defined(CONFIG_SDL) && SDL_COMPILEDVERSION < SDL_VERSIONNUM(2, 0, 0)
                                                                ^
backends/baum.c:598:64: error: missing binary operator before token "("
 #if defined(CONFIG_SDL) && SDL_COMPILEDVERSION < SDL_VERSIONNUM(2, 0, 0)

Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
Message-id: 1395437377-5779-1-git-send-email-rjones@redhat.com
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
backends/baum.c