Fix bug: EnableDPMSatBlackScreen only available with USE_SCREENSAVER.

This commit is contained in:
Johns 2015-08-26 10:11:49 +02:00
parent 06b8f77327
commit 8c347fdf1d
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
User johns
Date:
Fix bug: EnableDPMSatBlackScreen only available with USE_SCREENSAVER.
- H264_EOS_TRICKSPEED and USE_MPEG_COMPLETE enabled as default.
User master_red

View File

@ -11346,7 +11346,9 @@ void VideoSetAutoCrop(int interval, int delay, int tolerance)
///
void SetDPMSatBlackScreen(int enable)
{
#ifdef USE_SCREENSAVER
EnableDPMSatBlackScreen = enable;
#endif
}
///