diff options
author | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-04-01 23:03:21 +0000 |
---|---|---|
committer | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-04-01 23:03:21 +0000 |
commit | c47d912821aa7fe789c6099ee8cede352f168d3c (patch) | |
tree | 82835204d8c4c1aad23d81dac99c227636ca4898 /DOCS | |
parent | dfe61e222e0ba7da38aade8a1da4461fb9f269c3 (diff) | |
download | mpv-c47d912821aa7fe789c6099ee8cede352f168d3c.tar.bz2 mpv-c47d912821aa7fe789c6099ee8cede352f168d3c.tar.xz |
Missing '=' fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@275 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/VIDEOCARDS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/VIDEOCARDS b/DOCS/VIDEOCARDS index a76e9aa483..3b580c2df4 100644 --- a/DOCS/VIDEOCARDS +++ b/DOCS/VIDEOCARDS @@ -87,7 +87,7 @@ There is 3 native drivers for Linux: and load it with insmod mga_vid.o. You should verify the memory size detection using the 'dmesg' command. If it's bad, use the mga_ram_size option (rmmod mga_vid first), specify card's memory size in MB: - insmod mga_vid.o mga_ram_size 16 + insmod mga_vid.o mga_ram_size=16 Using it from MPlayer: (you should re-compile it with mga_vid support...) |