xmb_show_music - no longer exclusive to HAVE_FFMPEG builds

This commit is contained in:
twinaphex 2017-05-28 00:03:28 +02:00
parent 8e2753cc53
commit e47056468c

View File

@ -1188,8 +1188,8 @@ static struct config_bool_setting *populate_settings_bool(settings_t *settings,
#ifdef HAVE_IMAGEVIEWER
SETTING_BOOL("xmb_show_images", &settings->bools.menu_xmb_show_images, true, xmb_show_images, false);
#endif
#ifdef HAVE_FFMPEG
SETTING_BOOL("xmb_show_music", &settings->bools.menu_xmb_show_music, true, xmb_show_music, false);
#ifdef HAVE_FFMPEG
SETTING_BOOL("xmb_show_video", &settings->bools.menu_xmb_show_video, true, xmb_show_video, false);
#endif
#ifdef HAVE_NETWORKING