From Pjotr Svetachov, fix for build breakage with giflib 5.0.
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/branches/OpenSceneGraph-3.2@14492 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
@@ -561,7 +561,7 @@ GifImageStream** obj)
|
||||
*width_ret = giffile->SWidth;
|
||||
*height_ret = giffile->SHeight;
|
||||
*numComponents_ret = 4;
|
||||
#if (GIFLIB_MAJOR >= 5)
|
||||
#if (GIFLIB_MAJOR >= 5&& !(GIFLIB_MAJOR == 5 && GIFLIB_MINOR == 0))
|
||||
DGifCloseFile(giffile, &Error);
|
||||
#else
|
||||
DGifCloseFile(giffile);
|
||||
|
||||
Reference in New Issue
Block a user