Skip to content

Commit

Permalink
dm820/900: hdmi colorimetry activated
Browse files Browse the repository at this point in the history
  • Loading branch information
BPanther committed May 26, 2024
1 parent 08b8001 commit 3a33195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/videosettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ CMenuOptionChooser::keyval VIDEOMENU_ZAPPINGMODE_OPTIONS[VIDEOMENU_ZAPPINGMODE_O
{ 3, LOCALE_VIDEOMENU_ZAPPINGMODE_HOLDTILLLOCK }
};

#if BOXMODEL_VUPLUS_ARM
#if BOXMODEL_VUPLUS_ARM || BOXMODEL_DM820 || BOXMODEL_DM900
#define VIDEOMENU_HDMI_COLORIMETRY_OPTION_COUNT 3
const CMenuOptionChooser::keyval VIDEOMENU_HDMI_COLORIMETRY_OPTIONS[VIDEOMENU_HDMI_COLORIMETRY_OPTION_COUNT] =
{
Expand Down Expand Up @@ -384,7 +384,7 @@ int CVideoSettings::showVideoSetup()
videosetup->addItem(zm);
}

#if BOXMODEL_VUPLUS_ARM
#if BOXMODEL_VUPLUS_ARM || BOXMODEL_DM820 || BOXMODEL_DM900
if (file_exists("/proc/stb/video/hdmi_colorspace"))
#else
if (file_exists("/proc/stb/video/hdmi_colorimetry_choices"))
Expand Down

0 comments on commit 3a33195

Please sign in to comment.