projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e6f0ee
)
r600g: fix build failure when building the driver without LLVM
author
Marek Olšák
<marek.olsak@amd.com>
Mon, 12 Jan 2015 22:13:48 +0000
(23:13 +0100)
committer
Marek 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
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/radeon/r600_pipe_common.c
b/src/gallium/drivers/radeon/r600_pipe_common.c
index 04fc9c59c73211c80f49d697d74782bb9f57ba33..f91772e6207987175a92b15b87d9f5a321417e6c 100644
(file)
--- a/
src/gallium/drivers/radeon/r600_pipe_common.c
+++ b/
src/gallium/drivers/radeon/r600_pipe_common.c
@@
-36,6
+36,10
@@
#include "radeon/radeon_video.h"
#include <inttypes.h>
+#ifndef HAVE_LLVM
+#define HAVE_LLVM 0
+#endif
+
/*
* pipe_context
*/