summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/recording.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index d7bea6f898..5738a34949 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -1529,10 +1529,12 @@ bool recording_screen(bool no_source)
1529 { 1529 {
1530 switch (global_settings.rec_source) 1530 switch (global_settings.rec_source)
1531 { 1531 {
1532#if defined(HAVE_LINE_REC) || defined(HAVE_FMRADIO_REC)
1532 HAVE_LINE_REC_(case AUDIO_SRC_LINEIN:) 1533 HAVE_LINE_REC_(case AUDIO_SRC_LINEIN:)
1533 HAVE_FMRADIO_REC_(case AUDIO_SRC_FMRADIO:) 1534 HAVE_FMRADIO_REC_(case AUDIO_SRC_FMRADIO:)
1534 line[i] = 5; 1535 line[i] = 5;
1535 break; 1536 break;
1537#endif
1536 case AUDIO_SRC_MIC: 1538 case AUDIO_SRC_MIC:
1537 line[i] = 4; 1539 line[i] = 4;
1538 break; 1540 break;