Mercurial > sdl-ios-xcode
view src/video/gem/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 | c5010ab8ba35 |
children |
line wrap: on
line source
## Makefile.am for SDL using the GEM video driver noinst_LTLIBRARIES = libvideo_gem.la libvideo_gem_la_SOURCES = $(GEM_SRCS) # The SDL GEM video driver sources GEM_SRCS = \ SDL_gemvideo.h \ SDL_gemvideo.c \ SDL_gemevents_c.h \ SDL_gemevents.c \ SDL_gemmouse_c.h \ SDL_gemmouse.c \ SDL_gemwm_c.h \ SDL_gemwm.c