diff options
author | Florian Schlichting <fsfs@debian.org> | 2013-10-14 21:12:47 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-14 21:12:47 +0200 |
commit | d9c662d51f2f8f7795875ddfb3dcc0f772717267 (patch) | |
tree | 6eede88d2afbc982ba477c5f2074dd38bddc66e9 | |
parent | ad631d563bbbdb4aef8bcaf7f02d009b1bc5d06f (diff) |
decoder/modplug: fix include directory
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | src/decoder/modplug_decoder_plugin.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ ver 0.17.6 (not yet released) * mixer: - alsa: fix busy loop when USB sound device gets unplugged +* decoder: + - modplug: fix build with Debian package 1:0.8.8.4-4 * stored playlists: - fix loading playlists with references to local files - obey filesystem_charset for URLs diff --git a/src/decoder/modplug_decoder_plugin.c b/src/decoder/modplug_decoder_plugin.c index 21ee79e7e..5ae4b1a04 100644 --- 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 |