diff options
author | Maarten Lankhorst <maarten.lankhorst@canonical.com> | 2012-07-21 12:36:17 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2012-07-26 05:18:14 +0300 |
commit | 68646c3119a69a8391a49f2d565672d73829e2c9 (patch) | |
tree | 5e4f053ef16d225f165c9485ad6b738d2b341351 /src/gx_video.c | |
parent | cb0e67bbc019b170194b3b51e2a47fca8d3aeac1 (diff) |
Allow building on Xservers without XAA
Diffstat (limited to 'src/gx_video.c')
-rw-r--r-- | src/gx_video.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gx_video.c b/src/gx_video.c index fef7764..b687b11 100644 --- a/src/gx_video.c +++ b/src/gx_video.c @@ -54,8 +54,10 @@ #include "geode.h" #include "xf86xv.h" #include <X11/extensions/Xv.h> +#ifdef HAVE_XAA_H #include "xaa.h" #include "xaalocal.h" +#endif #include "dixstruct.h" #include "fourcc.h" #include "geode_fourcc.h" |