summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2019-08-14 09:54:09 -0400
committerSolomon Peachy <pizza@shaftnet.org>2019-08-14 15:54:36 +0200
commitde68310bacf3bf74d3f01cc70405ad5acf52b625 (patch)
tree026c111dba1852b8fe4ca926ea90007111783872
parent58452a4cb2c95571110c272eb35311e1a1d79a2f (diff)
downloadrockbox-de68310bacf3bf74d3f01cc70405ad5acf52b625.tar.gz
rockbox-de68310bacf3bf74d3f01cc70405ad5acf52b625.zip
Fix compile on IHIFI770/770C/800 targets.
Change-Id: If8b150627c2b9746b24123d263edc69d91df855d
-rw-r--r--apps/features.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/features.txt b/apps/features.txt
index fce386fdca..1b676fa83a 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -211,7 +211,8 @@ touchpad_deadzone
211depth_3d 211depth_3d
212#endif 212#endif
213 213
214#if defined(DX50) || defined(HAVE_DF1704_CODEC) || defined(HAVE_PCM1792_CODEC) || defined(HAVE_CS4398) 214// This should be AUDIOHW_HAVE_FILTER_ROLL_OFF but that is only defined later
215#if defined(HAVE_DF1704_CODEC) || defined(HAVE_PCM1792_CODEC) || defined(HAVE_CS4398) || defined(HAVE_WM8740)
215filter_roll_off 216filter_roll_off
216#endif 217#endif
217 218