revision 1.398 date: 2008/02/06 21:29:13; author: dcoffin; state: Exp; lines: +61 -36 Added the "-P" and "-S" options. Support the Sony DSLR-A200 and the PowerShots A720 and S5 IS. ---------------------------- revision 1.397 date: 2007/12/10 07:43:31; author: dcoffin; state: Exp; lines: +56 -6 Support the Panasonic DMC-L10, added the "-W" option. ---------------------------- revision 1.396 date: 2007/11/16 15:24:52; author: dcoffin; state: Exp; lines: +3 -0 Cropped four columns from the Nikon D3. ---------------------------- revision 1.395 date: 2007/11/12 20:28:32; author: dcoffin; state: Exp; lines: +34 -26 Abolished the getrat() macro, support the Hasselblad H3D. ---------------------------- revision 1.394 date: 2007/11/04 02:18:54; author: dcoffin; state: Exp; lines: +12 -6 Added the Olympus E-3 and adjusted a few maximums. ---------------------------- revision 1.393 date: 2007/10/30 06:23:29; author: dcoffin; state: Exp; lines: +333 -88 Support the AVT F-080C, Canon EOS 40D, Canon EOS-1Ds Mark III, Canon PowerShot G9, Nikon Coolpix S6, Nikon D3, Nikon D300, Panasonic DMC-FZ18, and Sony DSLR-A700. Support the new Canon sRAW CR2 format. Added median filtering after interpolation.
12 lines
268 B
Text
12 lines
268 B
Text
$NetBSD: patch-aa,v 1.4 2008/03/02 09:48:42 wiz Exp $
|
|
|
|
--- dcraw.c.orig 2008-02-22 16:43:39.000000000 +0100
|
|
+++ dcraw.c
|
|
@@ -50,6 +50,7 @@
|
|
#include <lcms.h>
|
|
#endif
|
|
#ifdef LOCALEDIR
|
|
+#include <locale.h>
|
|
#include <libintl.h>
|
|
#define _(String) gettext(String)
|
|
#else
|