xmb_show_music no longer exclusive to HAVE_FFMPEG

This commit is contained in:
twinaphex 2017-05-28 00:03:52 +02:00
parent e47056468c
commit 556cc4b426

View File

@ -244,8 +244,8 @@ static bool xmb_show_settings = true;
#ifdef HAVE_IMAGEVIEWER
static bool xmb_show_images = true;
#endif
#ifdef HAVE_FFMPEG
static bool xmb_show_music = true;
#ifdef HAVE_FFMPEG
static bool xmb_show_video = true;
#endif
#ifdef HAVE_NETWORKING