[Ohrrpgce] SVN: teeemcee/5418 Recompile SDL_mixer.dll with loop points enabled in mikmod.

Ralph Versteegen teeemcee at gmail.com
Thu Oct 11 02:15:38 PDT 2012


On 11 October 2012 22:13,  <subversion at hamsterrepublic.com> wrote:
> teeemcee
> 2012-10-11 02:13:19 -0700 (Thu, 11 Oct 2012)
> 736
> Recompile SDL_mixer.dll with loop points enabled in mikmod.
>
> Otherwise identical to previous Windows build. I should do a proper
> build of 1.2.12 rather than this build partway between 1.2.11 and 1.2.12
>
> Loop points already worked in Audiere. The Mac build of SDL_mixer will
> also need recompiling.
>
> Patch:
>
> diff -r 53ce59923359 music_mod.c
> --- a/music_mod.c       Mon May 02 23:10:00 2011 +1200
> +++ b/music_mod.c       Thu Oct 11 22:07:32 2012 +1300
> @@ -235,7 +235,7 @@
>         module->extspd  = 1;
>         module->panflag = 1;
>         module->wrap    = 0;
> -       module->loop    = 0;
> +       module->loop    = 1;
>  #if 0 /* Don't set fade out by default - unfortunately there's no real way
>  to query the status of the song or set trigger actions.  Hum. */
>         module->fadeout = 1;
> ---
> U   wip/SDL_mixer.dll
> U   wip/whatsnew.txt
> A   wip/win32/SDL_mixer.dll
> D   wip/win32/SDL_mixer_d.dll

Trivia: the Hg patch in this commit message caused "git svn rebase" to
go haywire, thinking it was a patch it was meant to apply. git-svn is
a giant messy perl script which is somewhat buggy.



More information about the Ohrrpgce mailing list