mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
Fix bug: EnableDPMSatBlackScreen only available with USE_SCREENSAVER.
This commit is contained in:
parent
06b8f77327
commit
8c347fdf1d
@ -1,6 +1,7 @@
|
|||||||
User johns
|
User johns
|
||||||
Date:
|
Date:
|
||||||
|
|
||||||
|
Fix bug: EnableDPMSatBlackScreen only available with USE_SCREENSAVER.
|
||||||
- H264_EOS_TRICKSPEED and USE_MPEG_COMPLETE enabled as default.
|
- H264_EOS_TRICKSPEED and USE_MPEG_COMPLETE enabled as default.
|
||||||
|
|
||||||
User master_red
|
User master_red
|
||||||
|
2
video.c
2
video.c
@ -11346,7 +11346,9 @@ void VideoSetAutoCrop(int interval, int delay, int tolerance)
|
|||||||
///
|
///
|
||||||
void SetDPMSatBlackScreen(int enable)
|
void SetDPMSatBlackScreen(int enable)
|
||||||
{
|
{
|
||||||
|
#ifdef USE_SCREENSAVER
|
||||||
EnableDPMSatBlackScreen = enable;
|
EnableDPMSatBlackScreen = enable;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user