view src/audio/dc/Makefile.am @ 1161:05d4b93b911e

Placate gcc's strict aliasing rules with an extra cast. Casts to (char *) will disable strict aliasing when the compiler sees it.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 20 Oct 2005 06:53:56 +0000
parents dad72daf44b3
children
line wrap: on
line source


## Makefile.am for SDL on the Dreamcast console

noinst_LTLIBRARIES = libaudio_dc.la
libaudio_dc_la_SOURCES = $(SRCS)

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