summaryrefslogtreecommitdiffstats
path: root/manual/platform
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2009-06-20 22:44:36 +0000
committerMarianne Arnold <pixelma@rockbox.org>2009-06-20 22:44:36 +0000
commit1f07151110ed32bf3f443b9c509bec463c50412d (patch)
tree044d5c833b4667ef124b4e61663451ac447422cf /manual/platform
parent05e3aad62086e56197c917a68aef8d32a6f33dda (diff)
downloadrockbox-1f07151110ed32bf3f443b9c509bec463c50412d.tar.gz
rockbox-1f07151110ed32bf3f443b9c509bec463c50412d.zip
Remove the 'hand-made' MASCODEC UseOption from the platform files and replace it with other options which automatically parsed from features.txt. Also clean up some outdated left-overs and add some missing information (e.g. be more accurate in the config file section). Try to use the most appropriate features - masd and/or masf depending on their characteristics, large_plugin_buffer in the jpegviewer chapter as this is the restricting factor etc.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21426 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform')
-rw-r--r--manual/platform/ondiofm.tex1
-rw-r--r--manual/platform/ondiosp.tex1
-rw-r--r--manual/platform/player.tex1
-rw-r--r--manual/platform/recorder.tex1
-rw-r--r--manual/platform/recorderv2fm.tex1
5 files changed, 0 insertions, 5 deletions
diff --git a/manual/platform/ondiofm.tex b/manual/platform/ondiofm.tex
index 4f6881289d..c49a1363d7 100644
--- a/manual/platform/ondiofm.tex
+++ b/manual/platform/ondiofm.tex
@@ -3,7 +3,6 @@
\def\UseOption{ondiofm}
% To not break the current manual
\edef\UseOption{\UseOption,ondio}
-\edef\UseOption{\UseOption,MASCODEC}
\edef\UseOption{\UseOption,ONDIO_PAD}
\edef\UseOption{\UseOption,archos}
diff --git a/manual/platform/ondiosp.tex b/manual/platform/ondiosp.tex
index 3c9e656ba9..43d74e76fd 100644
--- a/manual/platform/ondiosp.tex
+++ b/manual/platform/ondiosp.tex
@@ -2,7 +2,6 @@
%platform file for the Ondio SP
\def\UseOption{ondiosp}
\edef\UseOption{\UseOption,ondio}
-\edef\UseOption{\UseOption,MASCODEC}
\edef\UseOption{\UseOption,ONDIO_PAD}
\edef\UseOption{\UseOption,archos}
\edef\UseOption{\UseOption,rombox}
diff --git a/manual/platform/player.tex b/manual/platform/player.tex
index e3c04eea13..eddd5eddfc 100644
--- a/manual/platform/player.tex
+++ b/manual/platform/player.tex
@@ -1,6 +1,5 @@
% $Id$ %
\def\UseOption{player}
-\edef\UseOption{\UseOption,MASCODEC}
\edef\UseOption{\UseOption,PLAYER_PAD}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
diff --git a/manual/platform/recorder.tex b/manual/platform/recorder.tex
index da86c63aa9..9eaf9091d8 100644
--- a/manual/platform/recorder.tex
+++ b/manual/platform/recorder.tex
@@ -1,6 +1,5 @@
% $Id$ %
\def\UseOption{recorder}
-\edef\UseOption{\UseOption,MASCODEC}
\edef\UseOption{\UseOption,RECORDER_PAD}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
diff --git a/manual/platform/recorderv2fm.tex b/manual/platform/recorderv2fm.tex
index 5a38b29cd0..99b829d8a5 100644
--- a/manual/platform/recorderv2fm.tex
+++ b/manual/platform/recorderv2fm.tex
@@ -1,6 +1,5 @@
% $Id$ %
\def\UseOption{recorderv2fm}
-\edef\UseOption{\UseOption,MASCODEC}
\edef\UseOption{\UseOption,RECORDER_PAD}
\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}