view src/video/directfb/Makefile.am @ 330:5fed858d551c

Date: 03 Apr 2002 15:28:09 +0200 From: Alexander Pipelka <pipelka@bms-austria.com> Subject: SDL patches This one adds 2 new videomodes for the fbconsole. 720x576, 720x480 These are used by the NSC settopbox we are using for MPEG2 decoding.
author Sam Lantinga <slouken@libsdl.org>
date Wed, 03 Apr 2002 21:45:25 +0000
parents cb384ef627f6
children f8482d7c9595
line wrap: on
line source


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

CFLAGS = @CFLAGS@ $(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