From 98ef892f46ab7f81bff8f31c1c7836d546048e8c Mon Sep 17 00:00:00 2001 From: Syping Date: Mon, 9 Dec 2024 17:36:46 +0100 Subject: [PATCH] libragephoto upstream (0.6.0) --- src/SnapmaticPicture.h | 10 +++++----- src/libragephoto | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/SnapmaticPicture.h b/src/SnapmaticPicture.h index e69d0dd..208de23 100644 --- a/src/SnapmaticPicture.h +++ b/src/SnapmaticPicture.h @@ -20,12 +20,12 @@ #define SNAPMATICPICTURE_H #include "SnapmaticJson.h" -#ifdef RAGEPHOTO_USE_ABI_WRAPPER -#include -typedef RagePhotoA RagePhoto; -#else -#include +#ifndef RAGEPHOTO_USE_ABI_WRAPPER +#ifndef LIBRAGEPHOTO_PREFER_NATIVE +#define LIBRAGEPHOTO_PREFER_NATIVE #endif +#endif +#include #include #include #include diff --git a/src/libragephoto b/src/libragephoto index 6fdc075..259c683 160000 --- a/src/libragephoto +++ b/src/libragephoto @@ -1 +1 @@ -Subproject commit 6fdc0757410c185a71c6f1981638e5b65875fe4c +Subproject commit 259c6833d9bb471cd840f196b4d77841afa3f108