| Summary: | SDL_mixer does not include flac in the default MSVC build | ||
|---|---|---|---|
| Product: | SDL_mixer | Reporter: | tigerfishdaisy |
| Component: | misc | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P1 | ||
| Version: | 1.2.11 | ||
| Hardware: | Other | ||
| OS: | Windows 7 | ||
|
Description
tigerfishdaisy
2010-04-10 20:22:03 UTC
I've built a custom version of libsdl_mixer for Win32 that does include FLAC support in the build, at git://git.assembla.com/libsdl_mixer-win32-flac.git. Granted, the code is rather messy, as it's a rather quick and dirty fix to a library so I could get working on playing FLAC files in my project. (And by quick and dirty fix: read: poor choice of locations for needed headers) (Sorry about the mismatched comment on another bug; Browser decided to mess up on me) Bumping priority on a few SDL_mixer bugs. This is just so we know to look at them for an upcoming release, but once we look at them more closely, we may decide to flag them as WONTFIX or push them back to a later release, so don't take this change in priority as any promise of anything, yet. :) --ryan. Fixed, thanks! http://hg.libsdl.org/SDL_mixer/rev/b8e8ae4852b2 |