summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-08 09:19:47 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-08 09:19:47 +0000
commit2515478aa637eef1202cc0d74936526aa9d43967 (patch)
tree96c4fae7cd2c213b75d58f3deed7bf109d2458fe /vidix
parent4653f5ed7575d6070b54a88b4deb449f838825b3 (diff)
downloadmpv-2515478aa637eef1202cc0d74936526aa9d43967.tar.bz2
mpv-2515478aa637eef1202cc0d74936526aa9d43967.tar.xz
Fix dhahelper.h #include paths.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27026 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix')
-rw-r--r--vidix/sysdep/AsmMacros_x86.h2
-rw-r--r--vidix/sysdep/libdha_win32.c2
-rw-r--r--vidix/sysdep/pci_win32.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/vidix/sysdep/AsmMacros_x86.h b/vidix/sysdep/AsmMacros_x86.h
index 47ebe8bd1c..9c59bc9fbe 100644
--- a/vidix/sysdep/AsmMacros_x86.h
+++ b/vidix/sysdep/AsmMacros_x86.h
@@ -70,7 +70,7 @@
#ifdef CONFIG_DHAHELPER
#include <sys/ioctl.h>
-#include "dhahelper/dhahelper.h"
+#include "vidix/dhahelper/dhahelper.h"
extern int dhahelper_fd;
extern int dhahelper_initialized;
diff --git a/vidix/sysdep/libdha_win32.c b/vidix/sysdep/libdha_win32.c
index c20727e50a..ba3bacb5aa 100644
--- a/vidix/sysdep/libdha_win32.c
+++ b/vidix/sysdep/libdha_win32.c
@@ -6,7 +6,7 @@
#include <windows.h>
#include <ddk/ntddk.h>
-#include "dhahelperwin/dhahelper.h"
+#include "vidix/dhahelperwin/dhahelper.h"
/*
This is the request structure that applications use
diff --git a/vidix/sysdep/pci_win32.c b/vidix/sysdep/pci_win32.c
index 41f8a4eb90..ffa4d2238f 100644
--- a/vidix/sysdep/pci_win32.c
+++ b/vidix/sysdep/pci_win32.c
@@ -28,7 +28,7 @@
#include <windows.h>
#include <ddk/ntddk.h>
-#include "dhahelperwin/dhahelper.h"
+#include "vidix/dhahelperwin/dhahelper.h"
static HANDLE hDriver;
extern int IsWinNT();