Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1:Update
fly
fly-2.0.0-gif.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fly-2.0.0-gif.patch of Package fly
--- fly.c +++ fly.c @@ -821,7 +821,7 @@ if(imgtype == JPEG) { gdImageJpeg(img,outfile,jp_quality); } else if(imgtype == GIF) { - gdImageGif(img,outfile); + fprintf(stderr, "GIF is no longer supported\n"); } else { gdImagePng(img,outfile); } @@ -1266,7 +1266,7 @@ if(imgtype == JPEG) { img_file = gdImageCreateFromJpeg(img_to_copy); } else if(imgtype == GIF) { - img_file = gdImageCreateFromGif(img_to_copy); + fprintf(stderr, "GIF is no longer supported\n"); } else { img_file = gdImageCreateFromPng(img_to_copy); }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor