diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-10-01 10:06:38 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-10-01 10:06:38 +0000 |
commit | 8aef83e7fdc0447755f1bf20ec780d9a445c860a (patch) | |
tree | 8e75a73df5fe711623c1ec7dd5279f7ed551abd3 /multimedia/Makefile | |
parent | 2473953513b578bffcc41b86e72f96427c432651 (diff) | |
download | FreeBSD-ports-8aef83e7fdc0447755f1bf20ec780d9a445c860a.zip FreeBSD-ports-8aef83e7fdc0447755f1bf20ec780d9a445c860a.tar.gz |
libtuner provides userspace drivers and support routines for
a variety of TV and radio tuner ICs. These ICs are usually
attached to a peripheral bus (such as an I2C bus) embedded
on a tuner card, and "stub" device nodes for the ICs will
be exported by a card-specific driver.
PR: 127668
Submitted by: Jason Harmening <jason dot harmening at gmail dot com>
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 e908a59..ff653d0 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -124,6 +124,7 @@ SUBDIR += libquicktime SUBDIR += libspiff SUBDIR += libtheora + SUBDIR += libtuner SUBDIR += libxine SUBDIR += linux-divx4linux SUBDIR += linux-divx4linux4 |