summaryrefslogtreecommitdiff
path: root/apps/features.txt
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-07-17 00:01:32 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-07-24 21:20:13 +0000
commit8cb555460ff79e636a7907fb2589e16db98c8600 (patch)
tree930a3878c7641c9ce045b24f0ade1309e36d5806 /apps/features.txt
parent0c4f89370d05056faa789aa9cabcccc4e509fb9f (diff)
downloadrockbox-8cb555460ff79e636a7907fb2589e16db98c8600.tar.gz
rockbox-8cb555460ff79e636a7907fb2589e16db98c8600.zip
[3/4] Completely remove HWCODEC support
'swcodec' is now always set (and recording_swcodec for recording-capable units) in feature.txt so the manual and language strings don't need to all be fixed up. Change-Id: Ib2c9d5d157af8d33653e2d4b4a12881b9aa6ddb0
Diffstat (limited to 'apps/features.txt')
-rw-r--r--apps/features.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/features.txt b/apps/features.txt
index 1c942a7fe2..657b799345 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -109,11 +109,7 @@ radio_remote
109 109
110#if defined(HAVE_RECORDING) 110#if defined(HAVE_RECORDING)
111recording 111recording
112#if CONFIG_CODEC == SWCODEC
113recording_swcodec 112recording_swcodec
114#else
115recording_hwcodec
116#endif
117#if defined(HAVE_LINE_IN) 113#if defined(HAVE_LINE_IN)
118recording_linein 114recording_linein
119#endif 115#endif
@@ -151,11 +147,7 @@ spdif_power
151speaker 147speaker
152#endif 148#endif
153 149
154#if CONFIG_CODEC == SWCODEC
155swcodec 150swcodec
156#else
157hwcodec
158#endif
159 151
160#if defined(HAVE_TAGCACHE) 152#if defined(HAVE_TAGCACHE)
161tagcache 153tagcache