raze-gles/polymer/eduke32/source/jaudiolib/src
hendricks266 3dba49a1e3 Replace uses of the HAVE_DS and HAVE_SDL preprocessor macros with MIXERTYPEWIN and MIXERTYPESDL.
git-svn-id: https://svn.eduke32.com/eduke32@5780 1a8010ca-5511-0410-912e-c29ae57300e0
2016-06-15 07:08:45 +00:00
..
_multivc.h Fix quite a few issues with casting away const and volatile qualifiers, found with -Wcast-qual. If we're going to use const everywhere, we should really mean it! 2016-01-11 05:05:38 +00:00
driver_directsound.c Remove trailing whitespace from anything we don't need to rebase from an upstream. 2016-06-05 04:46:28 +00:00
driver_directsound.h Remove trailing whitespace from anything we don't need to rebase from an upstream. 2016-06-05 04:46:28 +00:00
driver_nosound.c Remove trailing whitespace from anything we don't need to rebase from an upstream. 2016-06-05 04:46:28 +00:00
driver_nosound.h Remove trailing whitespace from anything we don't need to rebase from an upstream. 2016-06-05 04:46:28 +00:00
driver_sdl.c Remove trailing whitespace from anything we don't need to rebase from an upstream. 2016-06-05 04:46:28 +00:00
driver_sdl.h Remove trailing whitespace from anything we don't need to rebase from an upstream. 2016-06-05 04:46:28 +00:00
drivers.c Replace uses of the HAVE_DS and HAVE_SDL preprocessor macros with MIXERTYPEWIN and MIXERTYPESDL. 2016-06-15 07:08:45 +00:00
flac.c Add some UNREFERENCED_PARAMETER for when Vorbis or FLAC are disabled. 2016-01-12 10:31:05 +00:00
formats.c Remove trailing whitespace from anything we don't need to rebase from an upstream. 2016-06-05 04:46:28 +00:00
fx_man.c Replace uses of the HAVE_DS and HAVE_SDL preprocessor macros with MIXERTYPEWIN and MIXERTYPESDL. 2016-06-15 07:08:45 +00:00
linklist.h Rework audiolib, interim commit before removing 8-bit output support. DONT_BUILD. 2015-07-08 03:33:56 +00:00
mix.c Remove trailing whitespace from anything we don't need to rebase from an upstream. 2016-06-05 04:46:28 +00:00
mixst.c Remove trailing whitespace from anything we don't need to rebase from an upstream. 2016-06-05 04:46:28 +00:00
multivoc.c Remove trailing whitespace from anything we don't need to rebase from an upstream. 2016-06-05 04:46:28 +00:00
multivoc.h More audiolib cleanup, remove 8-bit output support. 2015-07-08 03:34:09 +00:00
pitch.c Fix freeze on pitch 0 sound playback introduced in r4616. 2015-04-11 13:53:06 +00:00
pitch.h Part 1 of attempting to adhere to C standard section 7.1.3. It turns out it's illegal to use identifiers that begin with _ or have __ anywhere in them. DONT_BUILD. 2014-11-22 12:32:56 +00:00
vorbis.c Remove trailing whitespace from anything we don't need to rebase from an upstream. 2016-06-05 04:46:28 +00:00
xa.c Remove NULL checks before calling free(): they are unnecessary as per the C standard. Other cleanup includes factoring code into DO_FREE_AND_NULL() macros. 2015-09-23 17:55:31 +00:00