[MPlayer-cvslog] r26932 - in trunk/vidix/sysdep: AsmMacros_x86.h libdha_win32.c pci_win32.c
diego
subversion at mplayerhq.hu
Fri May 30 21:14:04 CEST 2008
Author: diego
Date: Fri May 30 21:14:04 2008
New Revision: 26932
Log:
Fix #include paths.
Modified:
trunk/vidix/sysdep/AsmMacros_x86.h
trunk/vidix/sysdep/libdha_win32.c
trunk/vidix/sysdep/pci_win32.c
Modified: trunk/vidix/sysdep/AsmMacros_x86.h
==============================================================================
--- trunk/vidix/sysdep/AsmMacros_x86.h (original)
+++ trunk/vidix/sysdep/AsmMacros_x86.h Fri May 30 21:14:04 2008
@@ -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;
Modified: trunk/vidix/sysdep/libdha_win32.c
==============================================================================
--- trunk/vidix/sysdep/libdha_win32.c (original)
+++ trunk/vidix/sysdep/libdha_win32.c Fri May 30 21:14:04 2008
@@ -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
Modified: trunk/vidix/sysdep/pci_win32.c
==============================================================================
--- trunk/vidix/sysdep/pci_win32.c (original)
+++ trunk/vidix/sysdep/pci_win32.c Fri May 30 21:14:04 2008
@@ -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();
More information about the MPlayer-cvslog
mailing list