Mercurial > sdl-ios-xcode
view src/video/directfb/Makefile.am @ 634:44d574ed4780
Date: Thu, 05 Jun 2003 09:36:40 +0100
From: "alan buckley" <alan_baa@hotmail.com>
Subject: Modification for RISC OS SDL port
My name is Alan Buckley and I have been working on the RISC OS SDL port.
I've attached a modification to SDL_WimpVideo.c to this email that ensures
the Window is displayed immediately when the video mode is set to a windowed
mode.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 14 Jun 2003 07:18:40 +0000 |
parents | 707748c422f8 |
children |
line wrap: on
line source
## Makefile.am for SDL using the DirectFB video driver INCLUDES = $(DIRECTFB_CFLAGS) noinst_LTLIBRARIES = libvideo_directfb.la libvideo_directfb_la_SOURCES = $(DIRECTFB_SRCS) libvideo_directfb_la_LIBADD = $(DIRECTFB_LIBS) # The SDL DirectFB video driver sources DIRECTFB_SRCS = \ SDL_DirectFB_events.c \ SDL_DirectFB_events.h \ SDL_DirectFB_video.c \ SDL_DirectFB_video.h \ SDL_DirectFB_yuv.c \ SDL_DirectFB_yuv.h