msys2/MINGW-packages

SDL2_mixer not load libmodplug

Closed this issue · 0 comments

Description / Steps to reproduce the issue

Reproduce:
cygcheck.exe SDL2_mixer.dll | grep libmodplug

It cause pygame cannot play .it, .mod, .xm and .s3m files. ( pygame/pygame#4365 )
Perhaps adding --enable-music-mod-modplug --disable-music-mod-modplug-shared to the _common_config in PKGBUILD can fix it.

Expected behavior

output ...\bin\libmodplug-1.dll

Actual behavior

output nothing.

Verification

Windows Version

MINGW32_NT-6.1-7601

MINGW environments affected

  • MINGW64
  • MINGW32
  • UCRT64
  • CLANG64
  • CLANGARM64

Are you willing to submit a PR?

No response