diff options
author | Johns <johns98@gmx.net> | 2015-08-26 10:11:49 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2015-08-26 10:11:49 +0200 |
commit | 8c347fdf1d36848bd54e51c7bb7371fe33673680 (patch) | |
tree | 8ff738364b23124a9b22517182b5224a85240fb7 | |
parent | 06b8f773274ef5c3bf45fc51fc45519f3fc45154 (diff) | |
download | vdr-plugin-softhddevice-8c347fdf1d36848bd54e51c7bb7371fe33673680.tar.gz vdr-plugin-softhddevice-8c347fdf1d36848bd54e51c7bb7371fe33673680.tar.bz2 |
Fix bug: EnableDPMSatBlackScreen only available with USE_SCREENSAVER.
-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 } /// |