summaryrefslogtreecommitdiffstats
path: root/vidix/sysdep
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-30 19:17:20 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-30 19:17:20 +0000
commitf3617303c1d4da10d923c883132447f84c2be45a (patch)
tree98732e957b9439373c2ce2cd177b30caa548c06f /vidix/sysdep
parent508a697e942e7ebdcc8a7858481cc80c5d7d045c (diff)
downloadmpv-f3617303c1d4da10d923c883132447f84c2be45a.tar.bz2
mpv-f3617303c1d4da10d923c883132447f84c2be45a.tar.xz
Rename kernelhelper to dhahelper, that name is more fitting.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26933 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix/sysdep')
-rw-r--r--vidix/sysdep/AsmMacros_x86.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/sysdep/AsmMacros_x86.h b/vidix/sysdep/AsmMacros_x86.h
index 02cf4c83c1..47ebe8bd1c 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 "kernelhelper/dhahelper.h"
+#include "dhahelper/dhahelper.h"
extern int dhahelper_fd;
extern int dhahelper_initialized;