Re: [sdljava-users] lowering SDL_mixer requirement
Status: Beta
Brought to you by:
ivan_ganza
|
From: Ivan Z. G. <iva...@ya...> - 2005-01-26 03:25:56
|
Actually I have just downgraded it back to 1.2.5. Seems it is not
actually that stable!! I had this weird problem where it would freeze on
Mix_OpenAudio and never return. My assumption was that it was something
funky on my system but now when I tried with 1.2.5 everything is fine.
So we loose temporarily the following methods:
public static MixMusic loadMUS(Buffer buf)
public static MixMusic loadMUS(URL url)
public static MixMusic loadMUS(InputStream in)
checking these changes in CVS now...
Robert Schuster wrote:
>Hello,
>would it be possible to lower the requirement for the SDL_mixer library to
>version 1.2.5?
>
>I have a number of distributions where 1.2.6 is not yet stable and another
>bunch of admins which cannot be easily convinced to update :)
>
>cu
>Robert
>
>
>
|