Add 'lowmem' feature to the manual, defined if MEM <= 2
Use it to remove mentions of Doom/mpegplayer/midiplay because these plugins aren't built on such models git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27881 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
95cbbd1c40
commit
05d16b1d4e
2 changed files with 9 additions and 5 deletions
|
@ -262,3 +262,7 @@ usb_hid_mouse
|
||||||
#if defined(HAVE_SPDIF_IN)
|
#if defined(HAVE_SPDIF_IN)
|
||||||
recording_digital
|
recording_digital
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if MEMORYSIZE <= 2
|
||||||
|
lowmem
|
||||||
|
#endif
|
||||||
|
|
|
@ -35,7 +35,7 @@ text files%
|
||||||
|
|
||||||
{\input{plugins/dice.tex}}
|
{\input{plugins/dice.tex}}
|
||||||
|
|
||||||
\opt{swcodec}{\input{plugins/doom.tex}}
|
\opt{swcodec}{\nopt{lowmem}{\input{plugins/doom.tex}}}
|
||||||
|
|
||||||
{\input{plugins/flipit.tex}}
|
{\input{plugins/flipit.tex}}
|
||||||
|
|
||||||
|
@ -139,10 +139,10 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).}
|
||||||
Frotz & \fname{.z1 - .z8} & \\
|
Frotz & \fname{.z1 - .z8} & \\
|
||||||
JPEG Viewer & \fname{.jpg, .jpeg} & \\
|
JPEG Viewer & \fname{.jpg, .jpeg} & \\
|
||||||
Lua scripting language& \fname{.lua} & \\
|
Lua scripting language& \fname{.lua} & \\
|
||||||
\opt{swcodec}{
|
\opt{swcodec}{\nopt{lowmem}{
|
||||||
Midiplay & \fname{.mid, .midi} & \\
|
Midiplay & \fname{.mid, .midi} & \\
|
||||||
MPEG Player & \fname{.mpg, .mpeg, .mpv, .m2v} & \\
|
MPEG Player & \fname{.mpg, .mpeg, .mpv, .m2v} & \\
|
||||||
}
|
}}
|
||||||
\opt{masf}{
|
\opt{masf}{
|
||||||
\opt{lcd_bitmap}{
|
\opt{lcd_bitmap}{
|
||||||
Movie Player & \fname{.rvf} & \\
|
Movie Player & \fname{.rvf} & \\
|
||||||
|
@ -180,11 +180,11 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).}
|
||||||
|
|
||||||
\opt{large_plugin_buffer}{\input{plugins/lua.tex}}
|
\opt{large_plugin_buffer}{\input{plugins/lua.tex}}
|
||||||
|
|
||||||
\opt{swcodec}{\input{plugins/midiplay.tex}}
|
\opt{swcodec}{\nopt{lowmem}{\input{plugins/midiplay.tex}}}
|
||||||
|
|
||||||
\opt{archosrecorder,archosfmrecorder,ondio}{\input{plugins/movieplayer.tex}}
|
\opt{archosrecorder,archosfmrecorder,ondio}{\input{plugins/movieplayer.tex}}
|
||||||
|
|
||||||
\opt{lcd_bitmap}{\opt{swcodec}{\input{plugins/mpegplayer.tex}}}
|
\opt{lcd_bitmap}{\opt{swcodec}{\nopt{lowmem}{\input{plugins/mpegplayer.tex}}}}
|
||||||
|
|
||||||
\opt{lcd_bitmap}{\opt{lcd_color}{\input{plugins/pngviewer.tex}}}
|
\opt{lcd_bitmap}{\opt{lcd_color}{\input{plugins/pngviewer.tex}}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue