summaryrefslogtreecommitdiffstats
path: root/libdha/README
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-04 10:32:26 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-04 10:32:26 +0000
commitc36e71e5b8de35bb2e741999ad48518928ac0822 (patch)
tree1b75be7617c98fb3477cb6187ceb6592647ebf9a /libdha/README
parent64386b86e471ad1402f01fc0b77a9aecf3f6c908 (diff)
downloadmpv-c36e71e5b8de35bb2e741999ad48518928ac0822.tar.bz2
mpv-c36e71e5b8de35bb2e741999ad48518928ac0822.tar.xz
preliminary support of direct hardware access
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3974 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha/README')
-rw-r--r--libdha/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/libdha/README b/libdha/README
new file mode 100644
index 0000000000..2c432694a8
--- /dev/null
+++ b/libdha/README
@@ -0,0 +1,11 @@
+libdha - Library of Direct Hardware Access.
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+This library was designed for direct hardware access under different
+OS and architectures. It's not linux specific only (like harddrake
+and other).
+
+This library is based on gfxdump utility from GATOS project.
+Full list of supported OS'es see in libdha.h
+
+Note: This library requires ROOT privileges or SUID'ed executable
+file (same as XServer).