diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2011-09-12 00:10:29 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2011-09-12 00:10:29 +0000 |
| commit | 8ec2873fba9bc10deec716ccd55cef49def11ce7 (patch) | |
| tree | a477b0696ea6e2c083f601315f15e74d8a861133 | |
| parent | 9ea367ea2301b69e70b4c0e6403e15aba6433293 (diff) | |
| download | rockbox-8ec2873fba9bc10deec716ccd55cef49def11ce7.zip rockbox-8ec2873fba9bc10deec716ccd55cef49def11ce7.tar.gz rockbox-8ec2873fba9bc10deec716ccd55cef49def11ce7.tar.bz2 rockbox-8ec2873fba9bc10deec716ccd55cef49def11ce7.tar.xz | |
manual: mp3_encoder is available on lowmem targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30511 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/plugins/main.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index 49dccdf..5306b78 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -187,7 +187,7 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).} \opt{lcd_bitmap}{\opt{swcodec}{\nopt{lowmem}{\input{plugins/mpegplayer.tex}}}} -\opt{swcodec}{\nopt{lowmem}{\input{plugins/mp3_encoder.tex}}} +\opt{swcodec}{\input{plugins/mp3_encoder.tex}} \opt{archosrecorder,archosfmrecorder,ondio}{\input{plugins/rockbox_flash.tex}} |