[eog] Fix build without libexif
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog] Fix build without libexif
- Date: Sat, 18 Dec 2010 14:35:51 +0000 (UTC)
commit ebb9e525a84fb169c79908ff646288550f7e480a
Author: Felix Riemann <friemann gnome org>
Date: Sat Dec 18 15:35:15 2010 +0100
Fix build without libexif
src/eog-image.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/eog-image.h b/src/eog-image.h
index 4688657..f674648 100644
--- a/src/eog-image.h
+++ b/src/eog-image.h
@@ -27,7 +27,6 @@
#include "eog-transform.h"
#include "eog-image-save-info.h"
#include "eog-enums.h"
-#include "eog-exif-util.h"
#include <glib.h>
#include <glib-object.h>
@@ -35,6 +34,7 @@
#ifdef HAVE_EXIF
#include <libexif/exif-data.h>
+#include "eog-exif-util.h"
#endif
#ifdef HAVE_LCMS
@@ -169,7 +169,9 @@ const gchar* eog_image_get_caption (EogImage *img);
const gchar *eog_image_get_collate_key (EogImage *img);
+#if HAVE_EXIF
EogExifData* eog_image_get_exif_info (EogImage *img);
+#endif
gpointer eog_image_get_xmp_info (EogImage *img);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]