diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2010-07-25 00:27:07 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2010-07-25 00:27:07 +0000 |
| commit | 6ce2c6753dd7a28731a17c946952025a803a3e4d (patch) | |
| tree | 169be988e66a8cced92df053f52d75e3a557f8c0 /apps | |
| parent | 7a1a72a5273bd8179d61a51335c3d4d19c6bd5e5 (diff) | |
| download | rockbox-6ce2c6753dd7a28731a17c946952025a803a3e4d.zip rockbox-6ce2c6753dd7a28731a17c946952025a803a3e4d.tar.gz rockbox-6ce2c6753dd7a28731a17c946952025a803a3e4d.tar.bz2 rockbox-6ce2c6753dd7a28731a17c946952025a803a3e4d.tar.xz | |
Manual - Recording source settings description: replace target options with the correct features (needs one more in features.txt). Correct(s) wrong list of options in some manuals (e.g. Gigabeat S) at the same time.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27544 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/features.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/features.txt b/apps/features.txt index 6ca8d08..336e16f 100644 --- a/apps/features.txt +++ b/apps/features.txt @@ -258,3 +258,7 @@ usb_hid usb_hid_mouse #endif #endif + +#if defined(HAVE_SPDIF_IN) +recording_digital +#endif |