Control: tags 725535 confirmed patch > During a rebuild of all packages in sid, your package failed to build on > amd64. > > This is related to > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652139 > One need to #include <libmodplug/modplug.h>
indeed, and that's apparently all that's needed: --- a/src/decoder/modplug_decoder_plugin.c +++ b/src/decoder/modplug_decoder_plugin.c @@ -22,7 +22,7 @@ #include "tag_handler.h" #include <glib.h> -#include <modplug.h> +#include <libmodplug/modplug.h> #include <assert.h> #undef G_LOG_DOMAIN I'm not uploading this fix for the moment as mpd is part of the ongoing libav9 transition (http://release.debian.org/transitions/html/libav9.html). Florian -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org