8000 Tags · SDL-mirror/SDL_mixer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Tags: SDL-mirror/SDL_mixer

Tags

release-2.0.4

Toggle release-2.0.4's commit message
ogg music: #define OV_EXCLUDE_STATIC_CALLBACKS

release-2.0.2

Toggle release-2.0.2's commit message
Fixed indent, patch from Sylvain

release-2.0.1

Toggle release-2.0.1's commit message
Updated to version 2.0.1

release-2.0.0

Toggle release-2.0.0's commit message
Updated documentation names for RPM

release-1.2.12

Toggle release-1.2.12's commit message
It was actually Google Summer of Code student Egor Suvorov who implem…

…ented the Haiku MIDI support.

Thanks! :)

release-1.2.11

Toggle release-1.2.11's commit message
warning: function declaration isn't a prototype

release-1.2.10

Toggle release-1.2.10's commit message
Don't break binary compatibility!

release-1.2.9a

Toggle release-1.2.9a's commit message
Fixed bug #877

 Mike Frysinger      2009-11-05 09:11:43 PST

the current code assumes "unix" means fork() exists.  this doesnt work for
no-mmu linux systems as fork() cant be implemented.

simple enough to add fork/vfork tests to configure and let the rest of the code
key off of CMD_MUSIC like normal -- no more needing to hardcode unix/mac-os-x
defines in the source.

release-1.2.9

Toggle release-1.2.9's commit message
Added the AudioUnit framework for the native MIDI code.

release-1.2.8

Toggle release-1.2.8's commit message
Fixed smpeg detection. Grrr...

0