Mercurial > sdl-ios-xcode
view src/cdrom/macos/Makefile.am @ 757:4f46fee887fe
Date: Sun, 14 Dec 2003 15:16:12 +0100
From: Stephane Marchesin
Subject: Re: [SDL] compile problem with sdl <-> alsa
The attathced patch does the trick (although there will have to be code
changes when the alsa 0.9 api get deprecated).
On a side-note, the good news is that using alsa 1.0.0rc1 solves the
previous issues I had with my ac97 via sound chipset.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 16 Dec 2003 13:16:50 +0000 |
parents | 2839f45bdba0 |
children |
line wrap: on
line source
## Makefile.am for the MacOS Classic cdrom driver for SDL noinst_LTLIBRARIES = libcdrom_macos.la libcdrom_macos_la_SOURCES = $(SRCS) # The SDL cdrom driver sources SRCS = SDL_syscdrom.c SDL_syscdrom_c.h