comparison src/exif.c @ 1572:df4e69170f2b

compilation fixes
author nadvornik
date Mon, 27 Apr 2009 21:39:56 +0000
parents c776b1310ca6
children 13ff1db545f6
comparison
equal deleted inserted replaced
1571:282ebf388bb1 1572:df4e69170f2b
1604 ExifItem *item; 1604 ExifItem *item;
1605 1605
1606 if (!key) return NULL; 1606 if (!key) return NULL;
1607 1607
1608 /* convert xmp key to exif key */ 1608 /* convert xmp key to exif key */
1609 if (strcmp(key, ORIENTATION_KEY) == 0) key = "Exif.Image.Orientation"; 1609 if (strcmp(key, "Xmp.tiff.Orientation") == 0) key = "Exif.Image.Orientation";
1610 1610
1611 if (format == METADATA_FORMATTED) 1611 if (format == METADATA_FORMATTED)
1612 { 1612 {
1613 gchar *text; 1613 gchar *text;
1614 gint key_valid; 1614 gint key_valid;