diff options
author | Stéphane Aulery <saulery@free.fr> | 2014-11-25 14:18:47 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-11-25 15:38:26 +0100 |
commit | 0dbd41825d5c5189cd8c1e6a41cbe918e51b8c36 (patch) | |
tree | d4514ffe9148fca9c4835dcda80e5758e8103bdf /selections.c | |
parent | 1e57fd513db9d3992250cffa3f61e85cf7a54ff3 (diff) | |
download | fbida-0dbd41825d5c5189cd8c1e6a41cbe918e51b8c36.tar.gz |
switch from libungif to libgif (2)
Signed-off-by: Stéphane Aulery <saulery@free.fr>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'selections.c')
-rw-r--r-- | selections.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selections.c b/selections.c index 26edf20..af0c506 100644 --- a/selections.c +++ b/selections.c @@ -605,7 +605,7 @@ void ipc_init() targets[ntargets++] = MIME_IMAGE_XPM; targets[ntargets++] = MIME_IMAGE_BMP; targets[ntargets++] = MIME_IMAGE_JPEG; -#ifdef HAVE_LIBUNGIF +#ifdef HAVE_LIBGIF targets[ntargets++] = MIME_IMAGE_GIF; #endif #ifdef HAVE_LIBPNG |