summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2005-09-14 19:08:03 +0000
committerEric Anholt <anholt@freebsd.org>2005-09-14 19:08:03 +0000
commit118804b48a48bbd8664233ec7efca860489bb211 (patch)
treef2a565b5478ba57c883f2654fceb43e547d53db9
parentabc0e917679610d610e85331a326a69caf78fc16 (diff)
Look for Xv extension headers under X11/extensions (helps modular).
-rw-r--r--src/xvmc/viaXvMC.c4
-rw-r--r--src/xvmc/xf86dri.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/xvmc/viaXvMC.c b/src/xvmc/viaXvMC.c
index 72c3bd8..eebc87e 100644
--- a/src/xvmc/viaXvMC.c
+++ b/src/xvmc/viaXvMC.c
@@ -38,10 +38,10 @@
#include <sys/time.h>
#include <time.h>
#include <fourcc.h>
-#include <Xv.h>
+#include <X11/extensions/Xv.h>
#include <xf86drm.h>
#include <pthread.h>
-#include "vldXvMC.h"
+#include <X11/extensions/vldXvMC.h>
#include "xf86dri.h"
#include "driDrawable.h"
diff --git a/src/xvmc/xf86dri.c b/src/xvmc/xf86dri.c
index 1a43177..dd1d1e0 100644
--- a/src/xvmc/xf86dri.c
+++ b/src/xvmc/xf86dri.c
@@ -40,7 +40,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define NEED_REPLIES
#include <X11/Xlibint.h>
#include <X11/extensions/Xext.h>
-#include "extutil.h"
+#include <X11/extensions/extutil.h>
/* #include "glheader.h" */
#include "xf86dristr.h"