summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authordan <dan@pkgsrc.org>2003-05-25 07:20:51 +0000
committerdan <dan@pkgsrc.org>2003-05-25 07:20:51 +0000
commit196730592ca2c4d152d6da34e3dbfeac04d64653 (patch)
tree32613d733eeab840b9f01820c6c5bbeddefd44e5 /doc
parent870721dd6af8cb0fc2b7edc747d38f59582690d4 (diff)
downloadpkgsrc-196730592ca2c4d152d6da34e3dbfeac04d64653.tar.gz
make audio capture for -tv work on NetBSD.
We don't provide FIONREAD for /dev/audio, so use the seek field from AUDIO_GETINFO instead. XXX: by my calculations, the number of samples in seek should be multiplied by the sample size to get number of bytes to read, but this results in mencoder being very choppy, presumably because its blocking for audio. I've left the multiplication in the patch, commented out. The present patch works just fine, so probably my calculations are wrong. This bumps all of the mplayer variants, because -tv -dumpaudio might be used even with the players.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 11a956b8b2d..ec5c2911431 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.2314 2003/05/25 05:32:48 taca Exp $
+$NetBSD: CHANGES,v 1.2315 2003/05/25 07:21:56 dan Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -2137,3 +2137,6 @@ Changes to the packages collection and infrastructure in 2003:
Updated p5-IO-Socket-SSL to 0.92 [heinz 2003-05-25]
Updated cvsync to 0.21.1 [gehenna 2003-05-25]
Updated postfix to 2.0.10 [taca 2003-05-25]
+ Updated mplayer to 0.90nb3 [dan 2003-05-25]
+ Updated gmplayer to 0.90nb3 [dan 2003-05-25]
+ Updated mencoder to 0.90nb3 [dan 2003-05-25]