Mercurial > sdl-ios-xcode
comparison src/video/riscos/Makefile.am @ 1035:974ba6ae0fa3
Date: Wed, 26 Jan 2005 13:37:09 GMT
From: Peter Naulls
Subject: RISC OS SDL Patches
Sam, I've attached a diff of the latest changes to libSDL for RISC OS
support. These changes are by Alan Buckley and myself.
The most significant of these are:
Optimised assembler blit rountines - I've attached the file
src/video/riscos/SDL_riscosASM.s which is needed for this.
Move to using /dev/dsp instead of its own audio implementation.
This means that src/audio/riscos/SDL_drenderer.c should be removed
Typo fixes. Mainly correct spelling of "RISC OS", but some from elsewhere
too.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 12 Feb 2005 18:01:31 +0000 |
parents | 550bccdf04bd |
children |
comparison
equal
deleted
inserted
replaced
1034:2eca15c3f609 | 1035:974ba6ae0fa3 |
---|---|
4 noinst_LTLIBRARIES = libvideo_riscos.la | 4 noinst_LTLIBRARIES = libvideo_riscos.la |
5 libvideo_riscos_la_SOURCES = $(CGX_SRCS) | 5 libvideo_riscos_la_SOURCES = $(CGX_SRCS) |
6 | 6 |
7 # The SDL RISC OS video driver sources | 7 # The SDL RISC OS video driver sources |
8 CGX_SRCS = \ | 8 CGX_SRCS = \ |
9 SDL_riscosASM.s \ | |
9 SDL_riscosevents.c \ | 10 SDL_riscosevents.c \ |
10 SDL_riscosevents_c.h \ | 11 SDL_riscosevents_c.h \ |
11 SDL_riscosFullScreenVideo.c \ | 12 SDL_riscosFullScreenVideo.c \ |
12 SDL_riscosmouse.c \ | 13 SDL_riscosmouse.c \ |
13 SDL_riscosmouse_c.h \ | 14 SDL_riscosmouse_c.h \ |