diff options
author | Lars Engels <lme@FreeBSD.org> | 2009-10-03 18:54:20 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2009-10-03 18:54:20 +0000 |
commit | 1700809496aa2308dabeca7814e41dfa69d9ece9 (patch) | |
tree | a66f35565ce8deeff2f40bd18b0659239dba2063 /multimedia/pwcbsd/files | |
parent | Upgrade to llvm trunk r83078. Bump the major version to 2.7 since 2.6 (diff) |
- Fix pwcview crash when taking still images
- Bump PORTREVISION
PR: ports/137265
Submitted by: Ralf Gebhart <gebhart (AT) burdawireless.com>
Diffstat (limited to 'multimedia/pwcbsd/files')
-rw-r--r-- | multimedia/pwcbsd/files/patch-pwcview.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/pwcbsd/files/patch-pwcview.c b/multimedia/pwcbsd/files/patch-pwcview.c new file mode 100644 index 000000000000..d0bd54bf9eaa --- /dev/null +++ b/multimedia/pwcbsd/files/patch-pwcview.c @@ -0,0 +1,11 @@ +--- ./pwcview.c.orig 2009-10-03 20:45:17.711703547 +0200 ++++ ./pwcview.c 2009-10-03 20:46:00.814254980 +0200 +@@ -837,6 +837,8 @@ + 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); + |