summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/vl/vp8/vp8_mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/vl/vp8/vp8_mem.h')
-rw-r--r--src/gallium/auxiliary/vl/vp8/vp8_mem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/vl/vp8/vp8_mem.h b/src/gallium/auxiliary/vl/vp8/vp8_mem.h
index 55145197e2..2c7118f9f8 100644
--- a/src/gallium/auxiliary/vl/vp8/vp8_mem.h
+++ b/src/gallium/auxiliary/vl/vp8/vp8_mem.h
@@ -35,7 +35,7 @@ extern "C" {
#define DECLARE_ALIGNED(n,typ,val) typ val
#endif
-#if CONFIG_DEBUG
+#if ENABLE_DEBUG
#define CHECK_MEM_ERROR(lval,expr) do { \
lval = (expr); \
if (!lval) \
@@ -50,7 +50,7 @@ extern "C" {
vpx_internal_error(&pbi->common.error, VPX_CODEC_MEM_ERROR, \
"Failed to allocate "#lval); \
} while(0)
-#endif /* CONFIG_DEBUG */
+#endif /* ENABLE_DEBUG */
void *vpx_memalign(size_t align, size_t size);
void *vpx_malloc(size_t size);