summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-16 10:45:18 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-16 10:45:18 +0000
commite02a9c039cbb987c643a139964fa4c0c0dda180d (patch)
tree937e6f00a0f0509c2613cd07ae87988e5ebd7ed5 /vidix
parent679f307f013740c1bdc42859ea9a206508f6b811 (diff)
downloadmpv-e02a9c039cbb987c643a139964fa4c0c0dda180d.tar.bz2
mpv-e02a9c039cbb987c643a139964fa4c0c0dda180d.tar.xz
Some people confuse vidix with kernel drivers, so let's add a note about it
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15736 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix')
-rw-r--r--vidix/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/vidix/README b/vidix/README
index e46f027321..55c824f1b1 100644
--- a/vidix/README
+++ b/vidix/README
@@ -5,3 +5,6 @@ to provide DGA everywhere where it's possible (unline X11).
I hope that these drivers will be portable same as X11 (not only on *nix).
For detail on how to develop new driver see main/DOCS/tech/vidix.txt
+
+IMPORTANT: These are NOT linux kernel drivers. If you are looking for
+the mga_vid linux kernel drivers, please cd ../drivers thanks.