Skip to content

Commit

Permalink
Sam Lantinga - Sun Aug 19 02:20:55 PDT 2001
Browse files Browse the repository at this point in the history
 * Added Project Builder projects for building MacOS X framework
  • Loading branch information
slouken committed Aug 19, 2001
1 parent d7c14a6 commit 201c752
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGES
@@ -1,5 +1,7 @@

1.2.1:
Sam Lantinga - Sun Aug 19 02:20:55 PDT 2001
* Added Project Builder projects for building MacOS X framework
Darrell Walisser - Sun Aug 19 00:47:22 PDT 2001
* Fixed compilation problems with mikmod under MacOS X
Torbj�rn Andersson - Sun, 19 Aug 2001 16:03:30
Expand Down
1 change: 1 addition & 0 deletions Makefile.am
Expand Up @@ -35,6 +35,7 @@ endif
EXTRA_DIST = \
CHANGES \
VisualC.zip \
PBProjects.tar.gz \
MPWmake.sea.bin \
CWprojects.sea.hqx \
SDL_mixer.spec \
Expand Down
Binary file added PBProjects.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion SDL_mixer.h
Expand Up @@ -93,7 +93,7 @@ extern DECLSPEC Mix_Music *Mix_LoadMUS(const char *file);
#if 0 /* This hasn't been hooked into music.c yet */
/* Load a music file from an SDL_RWop object (MikMod-specific currently)
Matt Campbell (matt@campbellhome.dhs.org) April 2000 */
extern DECLSPEC Mix_Music *Mix_LoadMUS_RW(SDL_RWops *rw);
extern no_parse_DECLSPEC Mix_Music *Mix_LoadMUS_RW(SDL_RWops *rw);
#endif

/* Load a wave file of the mixer format from a memory buffer */
Expand Down
4 changes: 0 additions & 4 deletions voc.c
Expand Up @@ -329,9 +329,6 @@ static int voc_get_block(SDL_RWops *src, vs_t *v, SDL_AudioSpec *spec)
static int voc_read(SDL_RWops *src, vs_t *v, Uint8 *buf, SDL_AudioSpec *spec)
{
int done = 0;
int rc;
Uint16 us;
Uint8 uc;
Uint8 silence = 0x80;

if (v->rest == 0)
Expand Down Expand Up @@ -381,7 +378,6 @@ SDL_AudioSpec *Mix_LoadVOC_RW (SDL_RWops *src, int freesrc,
{
vs_t v;
int was_error = 1;
int lenread;
int samplesize;
Uint8 *fillptr;
void *ptr;
Expand Down
2 changes: 0 additions & 2 deletions wavestream.c
Expand Up @@ -380,11 +380,9 @@ static FILE *LoadAIFFStream (const char *file, SDL_AudioSpec *spec,
Uint32 FORMchunk;
Uint32 AIFFmagic;
/* SSND chunk */
Uint32 SSNDchunk;
Uint32 offset;
Uint32 blocksize;
/* COMM format chunk */
Uint32 COMMchunk;
Uint16 channels;
Uint32 numsamples;
Uint16 samplesize;
Expand Down

0 comments on commit 201c752

Please sign in to comment.