Mercurial > sdl-ios-xcode
annotate src/audio/alsa/Makefile.am @ 1162:2651158f59b8
Enable altivec blitters on PowerPC Linux, and some fixes for recent
GCCs versions.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 20 Oct 2005 06:55:26 +0000 |
parents | 92615154bb68 |
children |
rev | line source |
---|---|
0 | 1 |
2 ## Makefile.am for SDL using the ALSA PCM audio API | |
3 | |
4 noinst_LTLIBRARIES = libaudio_alsa.la | |
5 libaudio_alsa_la_SOURCES = $(SRCS) | |
6 | |
865
92615154bb68
Date: Sun, 29 Feb 2004 15:14:22 +0200
Sam Lantinga <slouken@libsdl.org>
parents:
0
diff
changeset
|
7 alsa_lib = \"@alsa_lib@\" |
92615154bb68
Date: Sun, 29 Feb 2004 15:14:22 +0200
Sam Lantinga <slouken@libsdl.org>
parents:
0
diff
changeset
|
8 |
0 | 9 # The SDL audio driver sources |
10 SRCS = SDL_alsa_audio.c \ | |
11 SDL_alsa_audio.h |