summaryrefslogtreecommitdiff
path: root/apps/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/SOURCES')
-rw-r--r--apps/SOURCES4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/SOURCES b/apps/SOURCES
index 3c933d22b6..063abe34d7 100644
--- a/apps/SOURCES
+++ b/apps/SOURCES
@@ -23,7 +23,7 @@ settings_menu.c
23sleeptimer.c 23sleeptimer.c
24sound_menu.c 24sound_menu.c
25status.c 25status.c
26#if !defined(SIMULATOR) || CONFIG_HWCODEC == MASNONE 26#if !defined(SIMULATOR) || CONFIG_CODEC == SWCODEC
27talk.c 27talk.c
28#endif 28#endif
29tree.c 29tree.c
@@ -49,7 +49,7 @@ recorder/radio.c
49#ifdef HAVE_RECORDING 49#ifdef HAVE_RECORDING
50recorder/recording.c 50recorder/recording.c
51#endif 51#endif
52#if CONFIG_HWCODEC == MASNONE 52#if CONFIG_CODEC == SWCODEC
53pcmbuf.c 53pcmbuf.c
54playback.c 54playback.c
55metadata.c 55metadata.c