Mercurial > sdl-ios-xcode
view src/video/bwindow/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 | 74212992fb08 |
children | 10332c6fad2e |
line wrap: on
line source
## Makefile.am for SDL using the BeOS BWindow video driver noinst_LTLIBRARIES = libvideo_bwindow.la libvideo_bwindow_la_SOURCES = $(BWINDOW_SRCS) # The SDL BWindow video driver sources BWINDOW_SRCS = \ SDL_BView.h \ SDL_BWin.h \ SDL_lowvideo.h \ SDL_sysevents.cc \ SDL_sysevents_c.h \ SDL_sysmouse.cc \ SDL_sysmouse_c.h \ SDL_sysvideo.cc \ SDL_syswm.cc \ SDL_syswm_c.h