Mercurial > sdl-ios-xcode
view include/Makefile.am @ 569:e8063c656626
Date: Thu, 16 Jan 2003 13:48:31 +0200
From: "Mike Gorchak"
added help and options -mono to force monochrome RGB2YUB conversion and
-lum <percent> - luminance of image during conversion. Also rewritten code
which moves overlay into window. Now it depends on window size.
Also fully rewritten -scale option, image now scaling from 50% from center
of screen until border of window is reached - it really tests scaler, old
-scale test doesn't test downscale.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 20 Jan 2003 01:36:28 +0000 |
parents | fab1ddc4d7bf |
children | a3bb929c9e2f |
line wrap: on
line source
# The input Makefile for SDL header files # The directory where the include files will be installed libSDLincludedir = $(includedir)/SDL # Which header files to install libSDLinclude_HEADERS = \ SDL.h \ SDL_active.h \ SDL_audio.h \ SDL_byteorder.h \ SDL_cdrom.h \ SDL_copying.h \ SDL_endian.h \ SDL_error.h \ SDL_events.h \ SDL_getenv.h \ SDL_joystick.h \ SDL_keyboard.h \ SDL_keysym.h \ SDL_main.h \ SDL_mouse.h \ SDL_mutex.h \ SDL_name.h \ SDL_opengl.h \ SDL_quit.h \ SDL_rwops.h \ SDL_syswm.h \ SDL_thread.h \ SDL_timer.h \ SDL_types.h \ SDL_version.h \ SDL_video.h \ begin_code.h \ close_code.h