From: Jeff Rous Date: Wed, 20 May 2009 17:39:05 +0000 (-0700) Subject: Make libva pass compilation with old and new dri2proto X-Git-Tag: 05212009_Alpha1.5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05c1104a183fc9e31441c96d6d8cecb54c99b581;p=platform%2Fupstream%2Flibva.git Make libva pass compilation with old and new dri2proto --- diff --git a/src/X11/va_dri2.c b/src/X11/va_dri2.c index c2d014d..8ca80e2 100644 --- a/src/X11/va_dri2.c +++ b/src/X11/va_dri2.c @@ -37,10 +37,10 @@ #include #include "xf86drm.h" #include "va_dri2.h" -#include "va_dri2tokens.h" #include "va_dri2str.h" #ifndef DRI2DriverDRI +#include "va_dri2tokens.h" #define DRI2DriverDRI 0 #endif