diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-05 13:58:02 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-05 13:58:02 +0000 |
commit | 9633112db4a347281131743704adc79d4f622985 (patch) | |
tree | 27c3afe7808b6cc8a40a247cc71e4c69d9004897 /graphics/Makefile | |
parent | Add TCL support and translations options. (diff) |
This is a simple library to load images of various formats as SDL surfaces.
This library supports BMP, PPM, PCX, GIF, JPEG, PNG, TGA, and TIFF formats.
WWW: http://www.libsdl.org/projects/SDL_image/
PR: ports/124237
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
Notes
Notes:
svn path=/head/; revision=214355
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index e834df1ab557..c2fe226fa40f 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -433,6 +433,7 @@ SUBDIR += linux-png SUBDIR += linux-png10 SUBDIR += linux-sdl_image + SUBDIR += linux-sdl_ttf SUBDIR += linux-tiff SUBDIR += linux-ungif SUBDIR += linux_dri |