| Summary: | FLAC support, libflac version requirement | ||
|---|---|---|---|
| Product: | SDL_mixer | Reporter: | Ozkan Sezer <sezeroz> |
| Component: | misc | Assignee: | Austen Dicken <cvpcsm> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Attachments: |
Patch to add version check to configure
Patch to add FLAC version checking in configure |
||
|
Description
Ozkan Sezer
2008-03-12 10:00:55 UTC
I am currently working on a patch to get this tested during the configure script. I'll have it posted in a few days. Created attachment 252 [details]
Patch to add version check to configure
Added a patch to check for the proper version. Not sure if it is done the best way possible but it does work.
(In reply to comment #2) > Created an attachment (id=252) [details] > Patch to add version check to configure > > Added a patch to check for the proper version. Not sure if it is done the best > way possible but it does work. > Seems to work for me on linux: configure: error: *** FLAC library so-name version >= 8 not found! Although, it would probably be better to have a behavior like in the case of --enable-music-mp3, ie. disable the option and spit out a warning, instead, but that's a personal preference. Created attachment 253 [details]
Patch to add FLAC version checking in configure
I modified the patch so that now it should only print a warning if the proper version of FLAC is not found, and then disable it.
Thanks for the suggestion!
This is in for the next release. Thanks! |