vips_class_map_concrete_all() needed a compat macro
This commit is contained in:
parent
35ff0fa7c4
commit
ffe4483030
@ -1,6 +1,7 @@
|
||||
12/9/11 started 7.26.4
|
||||
- fallback vips_init()
|
||||
- im_openout() compat stub was wrong, breaking ruby-vips
|
||||
- vips_class_map_concrete_all() needed a compat macro too
|
||||
|
||||
10/8/11 started 7.26.3
|
||||
- don't use G_VALUE_COLLECT_INIT(), many platforms do not have a glib this
|
||||
|
@ -486,6 +486,10 @@ int im_wrapmany( VipsImage **in, VipsImage *out,
|
||||
#define im_concurrency_set vips_concurrency_set
|
||||
#define im_concurrency_get vips_concurrency_get
|
||||
|
||||
/* ruby-vips uses this
|
||||
*/
|
||||
#define vips_class_map_concrete_all vips_class_map_all
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /*__cplusplus*/
|
||||
|
Loading…
Reference in New Issue
Block a user