diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-10-15 12:12:15 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-10-15 12:12:15 +0000 |
commit | 8e3b0d7cfeb496ab9ddbe931dcd45337b1dbabbc (patch) | |
tree | 00b246dcdab88deb80b7628fc34667b3c17b9257 /multimedia/Makefile | |
parent | 60dd487d2bfeee951831b317ffe94f7b19e569ac (diff) | |
download | ports-8e3b0d7cfeb496ab9ddbe931dcd45337b1dbabbc.tar.gz ports-8e3b0d7cfeb496ab9ddbe931dcd45337b1dbabbc.zip |
Submit a lkm for the cxm device, found in the Hauppauge PVR-250/350
TV cards.
This port contains:
- Drivers for the Conexant MPEG-2 Codec driver which can be found
on the Hauppauge PVR-250/350 TV cards.
These drivers are (c) John Wehle <john@feith.com>
On FreeBSD 4.x, the device used is /dev/bktr0.
On FreeBSD 5.x, the device used is /dev/cxm0
This driver has been successfully tested on:
- FreeBSD 4.10
- FreeBSD 5.2.1
- Two simple programs to modify some ioctls on the card: set the
channel and set the window size.
Note:
- The configuration screen is only applicable for the the Philips
FQ1216M tuner. For other tuners ignore this section. Select just
one entry.
- Note: the maintainer of this port has no inside knowledge of the
workings of this software. Please don't contact me about cards
which don't work. Please contact me about problems with the port,
with possible enhancements, with success stories.
Author: John Wehle <john@feith.com>
Submitted by: edwin@mavetju.org
Notes
Notes:
svn path=/head/; revision=119498
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index c37fee9abbe5..af623bd7b9be 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -104,6 +104,7 @@ SUBDIR += p5-Video-Info SUBDIR += p5-Video-OpenQuicktime SUBDIR += ppm2fli + SUBDIR += pvr250 SUBDIR += py-gstreamer SUBDIR += qdvdauthor SUBDIR += quark |