diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-03-28 16:03:20 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-03-28 16:03:40 +0100 |
commit | 7330f07dd763237b2cf22ee23528cc55541428f0 (patch) | |
tree | f9c12ce7a12da0c568ae342140d57172b0d7860b /fiv-io.c | |
parent | d68e09525c90d82d21335b7c7bb1935ae9545adb (diff) | |
download | fiv-7330f07dd763237b2cf22ee23528cc55541428f0.tar.gz fiv-7330f07dd763237b2cf22ee23528cc55541428f0.tar.xz fiv-7330f07dd763237b2cf22ee23528cc55541428f0.zip |
Fix LibRaw 0.20 compatibility
Diffstat (limited to 'fiv-io.c')
-rw-r--r-- | fiv-io.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,8 @@ #include <libraw.h> #if LIBRAW_VERSION >= LIBRAW_MAKE_VERSION(0, 21, 0) #define LIBRAW_OPIONS_NO_MEMERR_CALLBACK 0 +#else +#define rawparams params #endif #endif // HAVE_LIBRAW #ifdef HAVE_RESVG |