Switched from gil to imagemagick++

This commit is contained in:
epoupon
2015-09-18 13:05:32 +02:00
parent 072e9ca6b6
commit fa0111988e
93 changed files with 95 additions and 15863 deletions
+1 -4
View File
@@ -199,12 +199,9 @@ LmsApplication::handleAuthEvent(void)
audio = new Desktop::Audio();
leftMenu->addItem("Audio", audio);
#if defined HAVE_VIDEO
VideoWidget *videoWidget = new VideoWidget();
leftMenu->addItem("Video", videoWidget);
leftMenu->addItem("Video", new VideoWidget());
#endif
leftMenu->addItem("Settings", new Settings::Settings());
// Setup a Right-aligned menu.