adding standard location of exiv2 under Ubuntu Linux as default. This is used by...
authorNeil Kandalgaonkar <neilk@users.mediawiki.org>
Mon, 27 Jun 2011 23:01:17 +0000 (23:01 +0000)
committerNeil Kandalgaonkar <neilk@users.mediawiki.org>
Mon, 27 Jun 2011 23:01:17 +0000 (23:01 +0000)
includes/DefaultSettings.php

index 4cb0d33..a6c2d20 100644 (file)
@@ -618,6 +618,11 @@ $wgImageMagickTempDir = false;
  */
 $wgCustomConvertCommand = false;
 
+/**
+ * Some tests and extensions use exiv2 to manipulate the EXIF metadata in some image formats. 
+ */
+$wgExiv2Command = '/usr/bin/exiv2';
+
 /**
  * Scalable Vector Graphics (SVG) may be uploaded as images.
  * Since SVG support is not yet standard in browsers, it is