mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-16 01:43:35 +02:00
fix build for boxtype "generic"
Origin commit data
------------------
Commit: 0061aac2b3
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-06 (Sat, 06 Oct 2012)
This commit is contained in:
@@ -194,6 +194,14 @@ CMenuOptionChooser::keyval_ext VIDEOMENU_VIDEOMODE_OPTIONS[VIDEOMENU_VIDEOMODE_O
|
||||
};
|
||||
#endif
|
||||
|
||||
/* dummy entry, for generic hardware */
|
||||
#if VIDEOMENU_VIDEOMODE_OPTION_COUNT == 1
|
||||
CMenuOptionChooser::keyval_ext VIDEOMENU_VIDEOMODE_OPTIONS[VIDEOMENU_VIDEOMODE_OPTION_COUNT] =
|
||||
{
|
||||
{ VIDEO_STD_PAL, NONEXISTANT_LOCALE, "PAL" }
|
||||
};
|
||||
#endif
|
||||
|
||||
#if HAVE_TRIPLEDRAGON
|
||||
#define VIDEOMENU_VIDEOFORMAT_OPTION_COUNT 2
|
||||
#else
|
||||
|
Reference in New Issue
Block a user