Özkan Sezer

Results 570 comments of Özkan Sezer

sdl12-compat uses it, @icculus' SDL_sound uses it, it is pretty well proven.

What is so special about the `pause_async_music` thing, and why not simply use the existing Mix_PauseMusic and Mix_ResumeMusic instead of it? Unless I'm missing something, you can do something like:...

Adjusting configury is the easy part - and since you asked, here it is: [patch_configure.txt](https://github.com/libsdl-org/SDL_mixer/files/8503690/patch_configure.txt) However: I don't think that this is acceptable as it is: 1. Adding a horde...

> P.S. Late reply to @sezero about GME compilation: it requires the C++11 The mainstream code does compile for me using gcc4.9 (its cmake specifically adds -std=c++11)

Here are some clean-ups: - `gme_disable_echo` is not in mainstream yet, only a pull request: remove. - `GME_HAS_SET_AUTOLOAD_PLAYBACK_LIMIT` isn't defined anywhere: Safest way would be a `GME_VERSION` check. And unlike...

> > GME_HAS_SET_AUTOLOAD_PLAYBACK_LIMIT > > This is a part of the CMake-side auto-check result I wrote to detect compatible ABI, In any case, the `GME_VERSION` check I used above should...

> There are several copies of the 0.6.3 version without this call, Eh?? Can you give links? > (taken from the mainstream repo and later) I can't even download release...

Looked at fedora and ubuntu sources for 0.6.3, they have the gme_set_autoload_playback_limit call, and so does the 0.6.3 tag in mainstream git, therefore the above check _should_ be good.

The OP (@connorjclark) seems to have lost interest?

> I'll try to find the time this evening to apply the suggested patches. OK good. While doing that I suggest that you drop changes to `configure` itself: I will...