view src/video/nanox/Makefile.am @ 1147:b580f7201543

From: "Alex Volkov" <avcp-sdlmail@usa.net> To: "'A list for developers using the SDL library. \(includesSDL-announce\)'" <sdl@libsdl.org> Date: Mon, 19 Sep 2005 18:59:43 -0400 Subject: [SDL] [patch] Volume multiplier bug in The volume multiplier in SDL_MixAudio_MMX_S8() is formed from the wrong register.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 27 Sep 2005 12:14:17 +0000
parents 57bf11a5efd7
children
line wrap: on
line source


## Makefile.am for SDL using the nanox video driver

noinst_LTLIBRARIES = libvideo_nanox.la
libvideo_nanox_la_SOURCES = $(NANOX_SRCS)

# The SDL nanox video driver sources
NANOX_SRCS =         \
    SDL_nxmodes.c    \
    SDL_nxmodes_c.h  \
    SDL_nxmouse.c    \
    SDL_nxmouse_c.h  \
    SDL_nxvideo.c    \
    SDL_nxvideo.h    \
    SDL_nxwm.c       \
    SDL_nxwm_c.h     \
    SDL_nxevents.c   \
    SDL_nxevents_c.h \
    SDL_nximage.c    \
    SDL_nximage_c.h