gmic/0001-gmic-run-linker-failure.patch
2015-02-18 16:22:44 +00:00

17 lines
780 B
Diff

diff -rup gmic-1.6.0.4/src/gmic.cpp gmic-1.6.0.4.new/src/gmic.cpp
--- gmic-1.6.0.4/src/gmic.cpp 2015-02-06 10:20:55.000000000 +0000
+++ gmic-1.6.0.4.new/src/gmic.cpp 2015-02-18 15:25:18.742795544 +0000
@@ -13461,5 +13461,12 @@ template gmic::gmic(const char *const co
const bool include_default_commands,
float *const p_progress=0, bool *const p_is_cancel);
+template gmic& gmic::_run(const gmic_list<char>& commands_line,
+ gmic_list<gmic_pixel_type> &images, gmic_list<char> &images_names,
+ float *const p_progress, bool *const p_is_cancel);
+
+template CImgList<float>::~CImgList();
+template CImgList<char>::~CImgList();
+
#endif // #ifdef gmic_main
#endif // #ifdef cimg_plugin