Changeset 50000c8a82333af7c047a92bc34b7f46d35ad57b
- Timestamp:
- 04/20/03 03:05:40
(5 years ago)
- Author:
- Cyril Deguet <asmax@videolan.org>
- git-committer:
- Cyril Deguet <asmax@videolan.org> 1050800740 +0000
- git-parent:
[ae27d602f2b89442dc2e46c8f6c70c57a62383be]
- git-author:
- Cyril Deguet <asmax@videolan.org> 1050800740 +0000
- Message:
* fixed a typo with dvbpsi
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rf3bcd92 |
r50000c8 |
|
| 40 | 40 | bool ' dvdread input module' CONFIG_DVDREAD |
|---|
| 41 | 41 | bool ' dvdplay input module' CONFIG_DVDPLAY |
|---|
| 42 | | bool ' dvbpsi ts mux and demux module' CONFIG_DVDPSI |
|---|
| | 42 | bool ' dvbpsi ts mux and demux module' CONFIG_DVBPSI |
|---|
| 43 | 43 | fi |
|---|
| 44 | 44 | bool 'VCD support' CONFIG_VCD |
|---|
| r5023130 |
r50000c8 |
|
| 30 | 30 | # CONFIG_DVDREAD is not set |
|---|
| 31 | 31 | # CONFIG_DVDPLAY is not set |
|---|
| 32 | | CONFIG_DVDPSI=y |
|---|
| | 32 | CONFIG_DVBPSI=y |
|---|
| 33 | 33 | # CONFIG_VCD is not set |
|---|
| 34 | 34 | # CONFIG_V4L is not set |
|---|