Mercurial > mplayer.hg
changeset 26900:9ae10ac43d8c
Fix #include paths.
author | diego |
---|---|
date | Fri, 30 May 2008 19:14:04 +0000 |
parents | f655c49adce7 |
children | af5408de478f |
files | vidix/sysdep/AsmMacros_x86.h vidix/sysdep/libdha_win32.c vidix/sysdep/pci_win32.c |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/vidix/sysdep/AsmMacros_x86.h Fri May 30 18:38:53 2008 +0000 +++ b/vidix/sysdep/AsmMacros_x86.h Fri May 30 19:14:04 2008 +0000 @@ -70,7 +70,7 @@ #ifdef CONFIG_DHAHELPER #include <sys/ioctl.h> -#include "../kernelhelper/dhahelper.h" +#include "kernelhelper/dhahelper.h" extern int dhahelper_fd; extern int dhahelper_initialized;
--- a/vidix/sysdep/libdha_win32.c Fri May 30 18:38:53 2008 +0000 +++ b/vidix/sysdep/libdha_win32.c Fri May 30 19:14:04 2008 +0000 @@ -6,7 +6,7 @@ #include <windows.h> #include <ddk/ntddk.h> -#include "../dhahelperwin/dhahelper.h" +#include "dhahelperwin/dhahelper.h" /* This is the request structure that applications use
--- a/vidix/sysdep/pci_win32.c Fri May 30 18:38:53 2008 +0000 +++ b/vidix/sysdep/pci_win32.c Fri May 30 19:14:04 2008 +0000 @@ -28,7 +28,7 @@ #include <windows.h> #include <ddk/ntddk.h> -#include "../dhahelperwin/dhahelper.h" +#include "dhahelperwin/dhahelper.h" static HANDLE hDriver; extern int IsWinNT();