r600g: fix build failure when building the driver without LLVM
authorMarek Olšák <marek.olsak@amd.com>
Mon, 12 Jan 2015 22:13:48 +0000 (23:13 +0100)
committerMarek Olšák <marek.olsak@amd.com>
Mon, 12 Jan 2015 22:20:26 +0000 (23:20 +0100)
src/gallium/drivers/radeon/r600_pipe_common.c

index 04fc9c59c73211c80f49d697d74782bb9f57ba33..f91772e6207987175a92b15b87d9f5a321417e6c 100644 (file)
 #include "radeon/radeon_video.h"
 #include <inttypes.h>
 
+#ifndef HAVE_LLVM
+#define HAVE_LLVM 0
+#endif
+
 /*
  * pipe_context
  */