diff options
author | kwm <kwm@FreeBSD.org> | 2010-10-27 18:18:37 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2010-10-27 18:18:37 +0800 |
commit | b74bfd6b251b88fb3963bbb9b68cba252cfdb19a (patch) | |
tree | 27e53b3f255eb675ad2ad571938adc32b49c5b42 /multimedia/pwcview/Makefile | |
parent | 6fa22f373a7d8690849e4e7b72b70aba01c5ba7d (diff) | |
download | freebsd-ports-gnome-b74bfd6b251b88fb3963bbb9b68cba252cfdb19a.tar.gz freebsd-ports-gnome-b74bfd6b251b88fb3963bbb9b68cba252cfdb19a.tar.zst freebsd-ports-gnome-b74bfd6b251b88fb3963bbb9b68cba252cfdb19a.zip |
* Fix a segfault problem with the motionbuf arry in the detectmotion() function.
When using "pwcview -s svga -f 20 -k"
* When pwcview sets the resolution to use, the V4L layer will reply with the
actual resolution set. As close as possible to what pwcview requested.
Fix a bug in main() that it uses the wrong size value, the resolution pwcview
set instead of the size the V4L layer returned.
Submitted by: Ivan Brawley <ivan@brawley.id.au>
Approved by: hselasky@ (maintainer)
Diffstat (limited to 'multimedia/pwcview/Makefile')
-rw-r--r-- | multimedia/pwcview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/pwcview/Makefile b/multimedia/pwcview/Makefile index 89f0b0667966..9ab1de08de72 100644 --- a/multimedia/pwcview/Makefile +++ b/multimedia/pwcview/Makefile @@ -7,7 +7,7 @@ PORTNAME= pwcview PORTVERSION= 1.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://raaf.atspace.org/ \ http://www.selasky.org/hans_petter/video4bsd/releases/ \ |