libtiff: Tom Lane didn't like this... so I guess it wasn't so brain-dead.

https://github.com/libsdl-org/libtiff/commit/444e1be2ae44d6b0457b7e35fa5495a3b4f75072

From 444e1be2ae44d6b0457b7e35fa5495a3b4f75072 Mon Sep 17 00:00:00 2001
From: Lee Howard <[EMAIL REDACTED]>
Date: Mon, 6 Dec 2010 20:53:13 +0000
Subject: [PATCH] Tom Lane didn't like this... so I guess it wasn't so
 brain-dead.

---
 libtiff/tif_jpeg.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libtiff/tif_jpeg.c b/libtiff/tif_jpeg.c
index 98127257..c9afe432 100644
--- a/libtiff/tif_jpeg.c
+++ b/libtiff/tif_jpeg.c
@@ -1,4 +1,4 @@
-/* $Id: tif_jpeg.c,v 1.50.2.11 2010-12-06 18:05:36 faxguy Exp $ */
+/* $Id: tif_jpeg.c,v 1.50.2.12 2010-12-06 20:53:13 faxguy Exp $ */
 
 /*
  * Copyright (c) 1994-1997 Sam Leffler
@@ -850,7 +850,6 @@ JPEGPreDecode(TIFF* tif, tsample_t s)
 	if (downsampled_output) {
 		/* Need to use raw-data interface to libjpeg */
 		sp->cinfo.d.raw_data_out = TRUE;
-		sp->cinfo.d.do_fancy_upsampling = FALSE;
 		tif->tif_decoderow = JPEGDecodeRaw;
 		tif->tif_decodestrip = JPEGDecodeRaw;
 		tif->tif_decodetile = JPEGDecodeRaw;