diff src/format_fuji.c @ 177:0ca3b4c8ffae

started exiv2 integration
author nadvornik
date Wed, 13 Feb 2008 14:46:23 +0000
parents 71e1ebee420e
children 9995c5fb202a
line wrap: on
line diff
--- a/src/format_fuji.c	Wed Feb 13 13:57:31 2008 +0000
+++ b/src/format_fuji.c	Wed Feb 13 14:46:23 2008 +0000
@@ -14,6 +14,7 @@
 #  include "config.h"
 #endif
 
+#ifndef HAVE_EXIV2
 
 #include <stdio.h>
 #include <string.h>
@@ -201,3 +202,5 @@
 	return TRUE;
 }
 
+#endif 
+/* not HAVE_EXIV2 */