Changeset d11dff7b5aa146b13a99cf137943ad2585da33cd
- Timestamp:
- 07/17/05 13:53:28
(3 years ago)
- Author:
- Cyril Deguet <asmax@videolan.org>
- git-committer:
- Cyril Deguet <asmax@videolan.org> 1121601208 +0000
- git-parent:
[2145181c6fbee1fe1e6ef14163ebb8b869c22ced]
- git-author:
- Cyril Deguet <asmax@videolan.org> 1121601208 +0000
- Message:
* added libcdio in the menuconfig, to be able to... disable it ;)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7253e73 |
rd11dff7 |
|
| 29 | 29 | MKV mkv |
|---|
| 30 | 30 | MOD mod |
|---|
| | 31 | CDIO libcdio |
|---|
| 31 | 32 | X11 x11 |
|---|
| 32 | 33 | XVIDEO xvideo |
|---|
| rc0a1dbe |
rd11dff7 |
|
| 86 | 86 | bool 'Matroska demux support' CONFIG_MKV |
|---|
| 87 | 87 | bool 'Mod demux support' CONFIG_MOD |
|---|
| | 88 | bool 'CD input and control library (libcdio) support' CONFIG_CDIO |
|---|
| 88 | 89 | endmenu |
|---|
| 89 | 90 | |
|---|