view src/audio/esd/Makefile.am @ 1228:f4a3a4129d04

From Mike Frysinger and/or Gentoo: - libsdl-SDL_stretch-PIC.patch ignoring the general fact of how SDL_stretch relies on executing dynamic code, the inline asm should let gcc handle the a details for getting the actual address for _copy_row as it will do the right thing test case: http://dev.gentoo.org/~vapier/libsdl/sdl-stretch.tar.bz2
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 05 Jan 2006 07:20:12 +0000
parents d2d48e10f370
children
line wrap: on
line source


## Makefile.am for SDL using the Enlightened Sound Daemon sound driver

noinst_LTLIBRARIES = libaudio_esd.la
libaudio_esd_la_SOURCES = $(SRCS)

esd_lib = \"@esd_lib@\"

# The SDL audio driver sources
SRCS =	SDL_esdaudio.c	\
	SDL_esdaudio.h