summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/libexif/README.chromium
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libexif/README.chromium')
-rw-r--r--chromium/third_party/libexif/README.chromium4
1 files changed, 3 insertions, 1 deletions
diff --git a/chromium/third_party/libexif/README.chromium b/chromium/third_party/libexif/README.chromium
index d8dc54310f0..24043ffa79a 100644
--- a/chromium/third_party/libexif/README.chromium
+++ b/chromium/third_party/libexif/README.chromium
@@ -4,7 +4,7 @@ Version: 0.6.21
License: LGPL 2.1
License File: sources/COPYING
Date: 2012-06-04
-Security Critical: yes.
+Security Critical: yes
Description:
libexif is a library for parsing, editing, and saving EXIF data. Many maker
@@ -21,3 +21,5 @@ Local Modifications:
INSTALL, install-sh, Makefile-files, *.sym, *.am, *.in, *.pc.in, *.spec, *.sh
and *.txt files.
- Removed "doc", "po", "NEWS", "mkinstalldirs", "missing", "nls" folders.
+- Removed inline from exif_tag_table_count function in exif_tag.c, to build
+ cleanly with MSVC's non-standard inline rules.