diff src/format_raw.c @ 177:0ca3b4c8ffae

started exiv2 integration
author nadvornik
date Wed, 13 Feb 2008 14:46:23 +0000
parents 71e1ebee420e
children c01dd7c9c7dc
line wrap: on
line diff
--- a/src/format_raw.c	Wed Feb 13 13:57:31 2008 +0000
+++ b/src/format_raw.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>
@@ -564,4 +565,6 @@
 }
 #endif
 
+#endif 
+/* not HAVE_EXIV2 */