Mercurial > mplayer.hg
changeset 15735:e8b0a1742428
Some people confuse vidix with kernel drivers, so let's add a note about it
author | attila |
---|---|
date | Thu, 16 Jun 2005 10:45:18 +0000 |
parents | 7e4fa8fc255c |
children | a51c5bc51272 |
files | vidix/README |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/vidix/README Thu Jun 16 09:08:07 2005 +0000 +++ b/vidix/README Thu Jun 16 10:45:18 2005 +0000 @@ -5,3 +5,6 @@ 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.