Author: post
Date: 2010-10-12 19:49:12 +0200 (Tue, 12 Oct 2010)
New Revision: 3550

Modified:
   trunk/librawstudio/rs-exif.cc
   trunk/librawstudio/rs-exif.h
Log:
Fix compilation issues.

Modified: trunk/librawstudio/rs-exif.cc
===================================================================
--- trunk/librawstudio/rs-exif.cc       2010-10-12 17:46:17 UTC (rev 3549)
+++ trunk/librawstudio/rs-exif.cc       2010-10-12 17:49:12 UTC (rev 3550)
@@ -287,7 +287,7 @@
                RS_EXIF_DATA *exif;
                Exiv2::IptcData iptc_data;
                exif = rs_exif_load_from_file(input_filename);
-               rs_add_cs_to_exif(exif, cs);
+               rs_add_cs_to_exif(exif, color_space);
                rs_add_tags_exif(exif, input_filename);
                if (g_str_has_suffix(output_filename, "jpg"))
                        rs_add_tags_iptc(iptc_data, input_filename, 11);

Modified: trunk/librawstudio/rs-exif.h
===================================================================
--- trunk/librawstudio/rs-exif.h        2010-10-12 17:46:17 UTC (rev 3549)
+++ trunk/librawstudio/rs-exif.h        2010-10-12 17:49:12 UTC (rev 3550)
@@ -32,7 +32,6 @@
 
 extern RS_EXIF_DATA *rs_exif_load_from_file(const gchar *);
 extern RS_EXIF_DATA *rs_exif_load_from_rawfile(RAWFILE *rawfile);
-extern void rs_exif_add_to_file(RS_EXIF_DATA *d, const gchar *filename);
 extern void rs_exif_free(RS_EXIF_DATA *d);
 extern gboolean rs_exif_copy(const gchar *input_filename, const gchar 
*output_filename, const gchar *color_space);
 


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to