Changeset 02b9cd06b9eb65b3d3a694886e35f56b071029d9
- Timestamp:
- 04/06/03 23:41:47
(5 years ago)
- Author:
- Eric Petit <titer@videolan.org>
- git-committer:
- Eric Petit <titer@videolan.org> 1054762907 +0000
- git-parent:
[f46c8fc384003cc79e45f549f5ead2478ae300bf]
- git-author:
- Eric Petit <titer@videolan.org> 1054762907 +0000
- Message:
Added a special access module for PVR MPEG-2 encoding boards.
It allows to change the frequency and such things quite easily, from VLC.
You'll have to --enable-pvr to build it.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rf57c329 |
r02b9cd0 |
|
| 1330 | 1330 | PLUGINS="${PLUGINS} v4l" |
|---|
| 1331 | 1331 | ],[]) |
|---|
| | 1332 | fi |
|---|
| | 1333 | |
|---|
| | 1334 | dnl |
|---|
| | 1335 | dnl special access module for Hauppauge PVR cards |
|---|
| | 1336 | dnl |
|---|
| | 1337 | AC_ARG_ENABLE(pvr, |
|---|
| | 1338 | [ --enable-pvr PVR cards access module (default disabled)]) |
|---|
| | 1339 | if test "x${enable_pvr}" = "xyes" |
|---|
| | 1340 | then |
|---|
| | 1341 | PLUGINS="${PLUGINS} pvr" |
|---|
| 1332 | 1342 | fi |
|---|
| 1333 | 1343 | |
|---|
| r4dec968 |
r02b9cd0 |
|
| 8 | 8 | access/dvdread/Modules.am \ |
|---|
| 9 | 9 | access/mms/Modules.am \ |
|---|
| | 10 | access/pvr/Modules.am \ |
|---|
| 10 | 11 | access/satellite/Modules.am \ |
|---|
| 11 | 12 | access/v4l/Modules.am \ |
|---|