]> git.draconx.ca Git - upkg.git/commit
Fix build with more recent libmodplug.
authorNick Bowler <nbowler@draconx.ca>
Wed, 27 Feb 2019 18:35:39 +0000 (13:35 -0500)
committerNick Bowler <nbowler@draconx.ca>
Mon, 27 Jan 2020 04:06:58 +0000 (23:06 -0500)
commit852d25c6fea13f6ffce0e48a17c50817d439c9c0
tree86bfd308845140682bd5f62c090e0db0a18de9e0
parent8c95a9e8b7ae0e2a480d7a6de0bf4ca933799c7e
Fix build with more recent libmodplug.

Modern versions of libmodplug no longer put -I${includedir}/libmodplug
in the pkg-config file, which breaks our files that #include <modplug.h>.

Seems the expectation is for packges to #include <libmodplug/modplug.h>
instead, which should work totally fine with old versions too.  The new
libmodplug helper macro in dxcommon uses that, so just update the the
rest of the code accordingly.
Makefile.am
common
configure.ac
m4/dxutils.m4 [deleted file]
m4/libmodplug.m4 [deleted file]
src/engine/music-modplug.c