Mercurial > sdl-ios-xcode
view src/audio/mme/Makefile.am @ 755:b1595db396a7
Date: Fri, 12 Dec 2003 11:51:21 +0900
From: Hayashi Naoyuki
Subject: Tru64 audio(mme) fix
./src/audio/mme/SDL_mmeaudio.c
Fix the sound skip problem which is caused
even if it recover from high load.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 14 Dec 2003 06:28:07 +0000 |
parents | e92bcf2573cb |
children |
line wrap: on
line source
## Makefile.am for SDL using the Tru64 MME sound driver noinst_LTLIBRARIES = libaudio_mme.la libaudio_mme_la_SOURCES = $(SRCS) # The SDL audio driver sources SRCS = SDL_mmeaudio.c \ SDL_mmeaudio.h