summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2007-07-19 17:30:54 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2007-07-19 17:30:54 +0800
commit42e91c7092f9cf7f5c0b98e9ae3d92a5b30821bf (patch)
treef119a7200831b31a2c5f144b2fec58c4d2deabc9 /src
parent36ea26f2779d951fa173da785aca100564e5ecf8 (diff)
move i830_allocate_xvmc_buffer out of #if/#endif
Diffstat (limited to 'src')
-rw-r--r--src/i830_memory.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i830_memory.c b/src/i830_memory.c
index fcf0ebf9..b2c51492 100644
--- a/src/i830_memory.c
+++ b/src/i830_memory.c
@@ -1759,6 +1759,8 @@ i830_xf86AllocateOffscreenLinear(ScreenPtr pScreen, int length,
return linear;
}
+#endif
+
/*
* Allocate memory for MC compensation
*/
@@ -1777,4 +1779,3 @@ Bool i830_allocate_xvmc_buffer(ScrnInfoPtr pScrn, const char *name,
return TRUE;
}
-#endif