mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 18:13:12 -04:00
- Convert unconditional EXTRA_PATCHES to regular patches (they used to be conditional on an OSVERSION check removed several years ago) - Regenerate patches with make makepatch to ease future maintenance. Differential Revision: https://reviews.freebsd.org/D35949
11 lines
325 B
C
11 lines
325 B
C
--- pwcview.c.orig 2007-10-09 07:03:10 UTC
|
|
+++ pwcview.c
|
|
@@ -837,6 +837,8 @@ void jpeg_write(int height, JSAMPIMAGE jimage, struct
|
|
jdata[1] = jimage[1];
|
|
jdata[2] = jimage[2];
|
|
|
|
+ cinfo->raw_data_in = TRUE;
|
|
+ cinfo->do_fancy_downsampling = FALSE;
|
|
jpeg_stdio_dest(cinfo, outfile);
|
|
jpeg_start_compress(cinfo, TRUE);
|
|
|