mirror of
https://github.com/mpv-player/mpv
synced 2025-03-04 21:27:58 +00:00
Missing '=' fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@275 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
dfe61e222e
commit
c47d912821
@ -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...)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user