Mercurial > SDL_sound_CoreAudio
comparison playsound/playsound.c @ 196:9d436dbb1666
Sync version number to that of libSDL_sound.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Fri, 04 Jan 2002 06:26:32 +0000 |
parents | bfe5031726e8 |
children | e27b33a6d5fe |
comparison
equal
deleted
inserted
replaced
195:05bb0259cd2a | 196:9d436dbb1666 |
---|---|
35 #define DEFAULT_DECODEBUF 16384 | 35 #define DEFAULT_DECODEBUF 16384 |
36 #define DEFAULT_AUDIOBUF 4096 | 36 #define DEFAULT_AUDIOBUF 4096 |
37 | 37 |
38 #define PLAYSOUND_VER_MAJOR 0 | 38 #define PLAYSOUND_VER_MAJOR 0 |
39 #define PLAYSOUND_VER_MINOR 1 | 39 #define PLAYSOUND_VER_MINOR 1 |
40 #define PLAYSOUND_VER_PATCH 3 | 40 #define PLAYSOUND_VER_PATCH 4 |
41 | 41 |
42 static void output_versions(const char *argv0) | 42 static void output_versions(const char *argv0) |
43 { | 43 { |
44 Sound_Version compiled; | 44 Sound_Version compiled; |
45 Sound_Version linked; | 45 Sound_Version linked; |