[arrayfire] 03/29: Fixing missing symbol issues when freeimage is not found
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Oct 19 17:48:51 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository arrayfire.
commit 3fe2b083d54f538a0e26e079ebb687ab71974245
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date: Fri Oct 2 08:01:01 2015 -0400
Fixing missing symbol issues when freeimage is not found
---
src/api/c/imageio.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/api/c/imageio.cpp b/src/api/c/imageio.cpp
index 98af2e0..813a2d3 100644
--- a/src/api/c/imageio.cpp
+++ b/src/api/c/imageio.cpp
@@ -760,7 +760,7 @@ af_err af_load_image_memory(af_array *out, const void* ptr)
return AF_ERR_NOT_CONFIGURED;
}
-af_err af_save_image_memory(void **ptr, const char* filename, const af_array in_)
+af_err af_save_image_memory(void **ptr, const af_array in_, const af_image_format format)
{
printf("Error: Image IO requires FreeImage. See https://github.com/arrayfire/arrayfire\n");
return AF_ERR_NOT_CONFIGURED;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git
More information about the debian-science-commits
mailing list