Changeset 17f227bf9c179149a7f1869f3114b097a0698ed3
- Timestamp:
- 11/28/07 20:00:12
(9 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1196276412 +0000
- git-parent:
[8f32f1ea831a0b6558d40839e21c0b8f55d20dab]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1196276412 +0000
- Message:
Default DVD to NULL for autodetection (hmm...)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r4816afd |
r17f227b |
|
| 92 | 92 | #else |
|---|
| 93 | 93 | # define CD_DEVICE "D:" |
|---|
| 94 | | # define DVD_DEVICE CD_DEVICE |
|---|
| | 94 | # define DVD_DEVICE NULL |
|---|
| 95 | 95 | #endif |
|---|
| 96 | 96 | #define VCD_DEVICE CD_DEVICE |
|---|