Added some comment to cDevice::GetDevice()

This commit is contained in:
Klaus Schmidinger
2006-06-15 10:00:40 +02:00
parent 4a98f33782
commit 3644347545
3 changed files with 21 additions and 11 deletions

View File

@@ -4788,3 +4788,5 @@ Video Disk Recorder Revision History
- Added "-fPIC" to the compiler options in Make.config.template when compiling
plugins (thanks to Udo Richter). If you use your own Make.config file, you may
want to add these lines there, too.
- Added some comment to cDevice::GetDevice() to explain how the individual
conditions are put together to make a decision on which device to use.