diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | video.c | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -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 @@ -11346,7 +11346,9 @@ void VideoSetAutoCrop(int interval, int delay, int tolerance) /// void SetDPMSatBlackScreen(int enable) { +#ifdef USE_SCREENSAVER EnableDPMSatBlackScreen = enable; +#endif } /// |