Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.io.image
Commits
a6da1f5b
Commit
a6da1f5b
authored
May 30, 2016
by
Manuel Günther (aka. Gunther, Guenther)
Browse files
Fixed
#12
parent
d719639f
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/io/image/include/bob.io.image/config.h
View file @
a6da1f5b
...
...
@@ -90,7 +90,7 @@
#ifdef HAVE_GIFLIB
static
PyObject
*
giflib_version
()
{
#ifdef GIFLIB_VERSION
return
Py_BuildValue
(
"s"
,
GIF
_
LIB_VERSION
);
return
Py_BuildValue
(
"s"
,
GIFLIB_VERSION
);
#else
boost
::
format
f
(
"%s.%s.%s"
);
f
%
BOOST_PP_STRINGIZE
(
GIFLIB_MAJOR
)
%
BOOST_PP_STRINGIZE
(
GIFLIB_MINOR
)
%
BOOST_PP_STRINGIZE
(
GIFLIB_RELEASE
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment