fix compil

This commit is contained in:
Jacek Jendrzej
2017-06-15 13:20:22 +02:00
parent 497e31c3fd
commit d1569e6114
6 changed files with 6 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ hw_caps_t *get_hwcaps(void)
caps.has_HDMI = 1;
caps.has_SCART = 1;
caps.display_xres = 4;
caps.can_set_display_brightness = 0;
caps.force_tuner_2G = 1; /* I have patched the drivers to fix this, but not everyone has */
strcpy(caps.boxvendor, "SPARK");
const char *tmp;