Compile time switch VFAT to enable Windows compatible file names

This commit is contained in:
Klaus Schmidinger
2001-02-18 16:21:05 +01:00
parent 3586013b8f
commit ad27adfef3
4 changed files with 20 additions and 2 deletions

View File

@@ -397,3 +397,5 @@ Video Disk Recorder Revision History
- SVDRP can now immediately reuse the same port if VDR is restarted.
- SVDRP now has a timeout after which the connection is automatically closed
(default is 300 seconds, can be changed in "Setup").
- The compile time switch VFAT can be used to make VDR avoid the ':' character
in file names (VFAT can't handle them). Do 'make VFAT=1' to enable this.