Mercurial > sdl-ios-xcode
view src/video/quartz/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 | e92aa316c517 |
children | c5b2b6d2d1fe |
line wrap: on
line source
## Makefile.am for SDL using the MacOS X Quartz video driver noinst_LTLIBRARIES = libvideo_quartz.la libvideo_quartz_la_SOURCES = $(QUARTZ_SRCS) # The SDL MacOS X Quartz video driver sources QUARTZ_SRCS = \ SDL_QuartzKeys.h \ SDL_QuartzVideo.h \ SDL_QuartzVideo.m # These files are included by SDL_QuartzVideo.m (is that right??) noinst_HEADERS = \ SDL_QuartzEvents.m \ SDL_QuartzWM.m \ SDL_QuartzWindow.m