Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong include path for modplug.h #275

Closed
SDLBugzilla opened this issue Feb 11, 2021 · 0 comments
Closed

Wrong include path for modplug.h #275

SDLBugzilla opened this issue Feb 11, 2021 · 0 comments

Comments

@SDLBugzilla
Copy link
Collaborator

This bug report was migrated from our old Bugzilla tracker.

These attachments are available in the static archive:

Reported in version: 1.2.12
Reported for operating system, platform: Linux, Other

Comments on the original bug report:

On 2019-12-09 19:08:26 +0000, Paul Cercueil wrote:

Created attachment 4093
Patch to fix include of modplug.h

The modplug.h file is included by doing:
#include "modplug.h"

while it should be:
#include <libmodplug/modplug.h>

The attached patch fixes the compilation when modplug support is enabled.

On 2019-12-09 23:17:14 +0000, Ozkan Sezer wrote:

Thanks for the patch. This was already fixed in the SDL-1.2
branch last year. Closing as fixed.
https://hg.libsdl.org/SDL_mixer/rev/f4c576887ec387ebc10a3c2b98c341b4a5b81693

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant