mirror of https://github.com/mpv-player/mpv
Fix dhahelper.h #include paths.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27026 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4653f5ed75
commit
2515478aa6
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue