[MPlayer-cvslog] r27026 - in trunk/vidix/sysdep: AsmMacros_x86.h libdha_win32.c pci_win32.c

diego subversion at mplayerhq.hu
Sun Jun 8 11:19:47 CEST 2008


Author: diego
Date: Sun Jun  8 11:19:47 2008
New Revision: 27026

Log:
Fix dhahelper.h #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	Sun Jun  8 11:19:47 2008
@@ -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;

Modified: trunk/vidix/sysdep/libdha_win32.c
==============================================================================
--- trunk/vidix/sysdep/libdha_win32.c	(original)
+++ trunk/vidix/sysdep/libdha_win32.c	Sun Jun  8 11:19:47 2008
@@ -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

Modified: trunk/vidix/sysdep/pci_win32.c
==============================================================================
--- trunk/vidix/sysdep/pci_win32.c	(original)
+++ trunk/vidix/sysdep/pci_win32.c	Sun Jun  8 11:19:47 2008
@@ -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();



More information about the MPlayer-cvslog mailing list