summaryrefslogtreecommitdiff
path: root/apps/NxWidgets
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-24 15:06:54 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-24 15:06:54 -0600
commit3449d54000c15e81eb76bc4dd904442bb3d3172d (patch)
treef72bff713f6161b50cd2970c9138e71c511b7592 /apps/NxWidgets
parent700eb35ed1c31b826ce57399dd947534e8a23155 (diff)
downloadnuttx-3449d54000c15e81eb76bc4dd904442bb3d3172d.tar.gz
nuttx-3449d54000c15e81eb76bc4dd904442bb3d3172d.tar.bz2
nuttx-3449d54000c15e81eb76bc4dd904442bb3d3172d.zip
Changes to integrate with Ken's NxWM::CMediaPlayer
Diffstat (limited to 'apps/NxWidgets')
-rw-r--r--apps/NxWidgets/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/NxWidgets/Kconfig b/apps/NxWidgets/Kconfig
index 3a55e2077..c36e20e24 100644
--- a/apps/NxWidgets/Kconfig
+++ b/apps/NxWidgets/Kconfig
@@ -1154,7 +1154,7 @@ config NXWM_MEDIAPLAYER_MEDIAPATH
containing all of the media files accessible by the media player.
config NXWM_MEDIAPLAYER_NOFILTER
- bool "Disable filtering by file name extension
+ bool "Disable filtering by file name extension"
default y
config NXWM_MEDIAPLAYER_FILTER
@@ -1180,7 +1180,7 @@ config NXWM_MEDIAPLAYER_FILTER_WAV
config NXWM_MEDIAPLAYER_FILTER_PCM
bool "Accept .pcm extension"
- default y
+ default n
select NXWM_MEDIAPLAYER_FILTER
config NXWM_MEDIAPLAYER_FILTER_MP3