diff options
author | Xiang, Haihao <haihao.xiang@intel.com> | 2007-07-19 17:30:54 +0800 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2007-07-19 17:30:54 +0800 |
commit | 42e91c7092f9cf7f5c0b98e9ae3d92a5b30821bf (patch) | |
tree | f119a7200831b31a2c5f144b2fec58c4d2deabc9 /src | |
parent | 36ea26f2779d951fa173da785aca100564e5ecf8 (diff) |
move i830_allocate_xvmc_buffer out of #if/#endif
Diffstat (limited to 'src')
-rw-r--r-- | src/i830_memory.c | 3 |
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 |