Rename kernelhelper to dhahelper, that name is more fitting.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26933 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-05-30 19:17:20 +00:00
parent 508a697e94
commit f3617303c1
6 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@
#endif
#ifdef CONFIG_DHAHELPER
#include "kernelhelper/dhahelper.h"
#include "dhahelper/dhahelper.h"
#endif
#ifdef CONFIG_SVGAHELPER

View File

@ -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;