From Clement Boesch, "Fix remaining bit of Giflib5 usage"
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/branches/OpenSceneGraph-3.2@14487 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
@@ -561,7 +561,11 @@ GifImageStream** obj)
|
|||||||
*width_ret = giffile->SWidth;
|
*width_ret = giffile->SWidth;
|
||||||
*height_ret = giffile->SHeight;
|
*height_ret = giffile->SHeight;
|
||||||
*numComponents_ret = 4;
|
*numComponents_ret = 4;
|
||||||
|
#if (GIFLIB_MAJOR >= 5)
|
||||||
|
DGifCloseFile(giffile, &Error);
|
||||||
|
#else
|
||||||
DGifCloseFile(giffile);
|
DGifCloseFile(giffile);
|
||||||
|
#endif
|
||||||
return buffer;
|
return buffer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user