diff options
author | Alon Levy <alon@pobox.com> | 2014-03-01 21:52:14 +0200 |
---|---|---|
committer | Alon Levy <alon@pobox.com> | 2014-03-02 01:07:13 +0200 |
commit | 5e262d8bf5cb3a411528ccdad6a79ce487d697be (patch) | |
tree | 8661c8f1b2f4a1b552f1a28e3e1af1442a057f45 /.gitmodules | |
parent | 1b4a9f2605fc108dfd2033202da23c3af5333489 (diff) | |
download | mediagoblin-5e262d8bf5cb3a411528ccdad6a79ce487d697be.tar.lz mediagoblin-5e262d8bf5cb3a411528ccdad6a79ce487d697be.tar.xz mediagoblin-5e262d8bf5cb3a411528ccdad6a79ce487d697be.zip |
make exif a submodule
Updates it to latest which includes a fix for a 100% hang on a jpg without any EXIF data:
https://www.dropbox.com/s/m5l185qxq9w5mzk/raspberry-pi-gpio-cheat-sheet.jpg
Signed-off-by: Alon Levy <alon@pobox.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 20fa20e2..5d78d03e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "extlib/skeleton"] path = extlib/skeleton url = git://github.com/dhg/Skeleton.git +[submodule "extlib/exif"] + path = extlib/exif + url = https://github.com/ianare/exif-py.git |