Mercurial > sdl-ios-xcode
annotate src/audio/alsa/Makefile.am @ 1227:3202d727bb4b
From Mike Frysinger and/or Gentoo:
- libsdl-PIC-hermes-cpuid.patch
rewrites the code in _Hermes_X86_CPU so that it doesnt require the local
cpu_flags memory variable, it just uses registers.
test case: http://dev.gentoo.org/~vapier/libsdl/hermes-cpuid-test.tar.bz2
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 05 Jan 2006 07:08:59 +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 |