summaryrefslogtreecommitdiff
path: root/manual/plugins/jpegviewer.tex
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2008-03-23 22:07:09 +0000
committerNils Wallménius <nils@rockbox.org>2008-03-23 22:07:09 +0000
commit12eb058bb065e9cb85949ec3a66c453ac5e1b883 (patch)
treeefabb6d12d1b28d5b8f1fea2b1e5159f7bd27455 /manual/plugins/jpegviewer.tex
parent15ddd7a7ec2aa92767234e37907904309943a27b (diff)
downloadrockbox-12eb058bb065e9cb85949ec3a66c453ac5e1b883.tar.gz
rockbox-12eb058bb065e9cb85949ec3a66c453ac5e1b883.zip
Make more use of the 'features' system in the manuals (committed in r16304), less stuff to keep in sync manually but keep in mind that changes in config-*.h can now affect the manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16765 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/jpegviewer.tex')
-rw-r--r--manual/plugins/jpegviewer.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/plugins/jpegviewer.tex b/manual/plugins/jpegviewer.tex
index fba38e4044..e1e3559dac 100644
--- a/manual/plugins/jpegviewer.tex
+++ b/manual/plugins/jpegviewer.tex
@@ -1,9 +1,9 @@
1% $Id$ % 1% $Id$ %
2\subsection{JPEG viewer} 2\subsection{JPEG viewer}
3Open a JPEG file in the \setting{File Browser} to view it% 3Open a JPEG file in the \setting{File Browser} to view it%
4\nopt{HAVE_LCD_COLOR}{ using Rockbox's 4\nopt{lcd_color}{ using Rockbox's
5greyscale library}. 5greyscale library}.
6\opt{SWCODEC}{ 6\opt{swcodec}{
7 \note{When an audio file is playing the size of the image is limited as 7 \note{When an audio file is playing the size of the image is limited as
8 the decoding process needs to share memory with audio tracks. To be able to 8 the decoding process needs to share memory with audio tracks. To be able to
9 view a bigger file you may need to stop playback.} 9 view a bigger file you may need to stop playback.}