diff --git a/src/ProcessMenu.cpp b/src/ProcessMenu.cpp index 35cd145..b8aa1b3 100644 --- a/src/ProcessMenu.cpp +++ b/src/ProcessMenu.cpp @@ -13,6 +13,7 @@ #include "Config.h" #include "mediaenc_ffmpeg.h" #include "mediatrc_ffmpeg.h" +#include <wx/imagpng.h> #include <wxSVG/SVGDocument.h> #include <wxSVG/SVGImageElement.h> #include <wxSVG/SVGAnimateElement.h> @@ -342,8 +343,11 @@ bool ProcessMenu::GenerateMenu(Menu* menu, WidescreenType widescreenType, const else if (stIdx == 2) mode = ssmPANSCAN;...
smumux should be spumux in the above. Sorry for the typo.
I just filed this bug https://sourceforge.net/p/dvdstyler/bugs/724/ with a possible fix. DVDStyler is creating the menu buttons, highlights, and selections with full color png images. spumux expects images with a color palette that uses fewer than four colors. spumux is crashing while trying to read the images so the buttons are never added.
DVDStyle is creating full color png for menus on OSX
It seems this has already been applied. Can we close this merge request?
Looks good to me. I see it in master. Is the 5.7 branch V5-7-patches?
Rebased on new master
Rebased on new master.