mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:00:38 +00:00
* configure.ac: Check for libgif
* Source/NSBitmapImageRep+GIF.m: Support libgif * Source/NSBitmapImageRem.m: Idem. (Fixes Bug #12362). git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20936 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1a7ef1d427
commit
14d484f4a7
6 changed files with 304 additions and 63 deletions
|
@ -133,7 +133,7 @@ static BOOL supports_lzw_compression = NO;
|
|||
types = [[NSArray alloc] initWithObjects:
|
||||
@"tiff", @"tif",
|
||||
@"pnm", @"ppm",
|
||||
#if HAVE_LIBUNGIF
|
||||
#if HAVE_LIBUNGIF || HAVE_LIBGIF
|
||||
@"gif",
|
||||
#endif
|
||||
#if HAVE_LIBJPEG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue