[gimp] file-jpeg: Move define to header file



commit 50b093d92c6b43ee2485bbd3f70a0eb213cf671b
Author: Mukund Sivaraman <muks banu com>
Date:   Sun Sep 18 07:22:38 2011 +0530

    file-jpeg: Move define to header file

 plug-ins/file-jpeg/gimpexif.c |    2 ++
 plug-ins/file-jpeg/gimpexif.h |    3 ---
 2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/plug-ins/file-jpeg/gimpexif.c b/plug-ins/file-jpeg/gimpexif.c
index 007173f..af51bd9 100644
--- a/plug-ins/file-jpeg/gimpexif.c
+++ b/plug-ins/file-jpeg/gimpexif.c
@@ -34,6 +34,8 @@
 #include "gimpexif.h"
 
 
+#define EXIF_HEADER_SIZE 8
+
 /*
  * gimp_metadata_store_exif:
  * @image_ID:    the GIMP image to work on.
diff --git a/plug-ins/file-jpeg/gimpexif.h b/plug-ins/file-jpeg/gimpexif.h
index 9c5a8b8..3700637 100644
--- a/plug-ins/file-jpeg/gimpexif.h
+++ b/plug-ins/file-jpeg/gimpexif.h
@@ -21,9 +21,6 @@
 
 #ifdef HAVE_LIBEXIF
 
-#define EXIF_HEADER_SIZE 8
-
-
 void          gimp_metadata_store_exif    (gint32       image_ID,
                                            ExifData    *exif_data);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]