mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-08 22:28:28 +02:00
Merge branch 'check/next-cc'
it compiles, but is not really tested...
Conflicts:
src/driver/netfile.cpp
src/driver/volume.cpp
src/eitd/sectionsd.cpp
src/gui/audioplayer.cpp
src/gui/bedit/bouqueteditor_bouquets.cpp
src/gui/bedit/bouqueteditor_channels.cpp
src/gui/bookmarkmanager.cpp
src/gui/bouquetlist.cpp
src/gui/eventlist.cpp
src/gui/movieplayer.cpp
src/gui/pictureviewer.cpp
src/gui/scan.cpp
src/gui/test_menu.h
src/gui/timerlist.cpp
src/gui/update.cpp
src/gui/widget/listbox.cpp
src/neutrino.cpp
src/system/flashtool.cpp
src/zapit/src/Makefile.am
src/zapit/src/femanager.cpp
Origin commit data
------------------
Commit: d5d5a60261
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-06-16 (Sun, 16 Jun 2013)
This commit is contained in:
@@ -87,11 +87,18 @@ const CMenuOptionChooser::keyval AUDIOMENU_ANALOGOUT_OPTIONS[AUDIOMENU_ANALOGOUT
|
||||
{ 2, LOCALE_AUDIOMENU_MONORIGHT }
|
||||
};
|
||||
|
||||
#ifdef BOXMODEL_APOLLO
|
||||
#define AUDIOMENU_SRS_OPTION_COUNT 3
|
||||
#else
|
||||
#define AUDIOMENU_SRS_OPTION_COUNT 2
|
||||
#endif
|
||||
const CMenuOptionChooser::keyval AUDIOMENU_SRS_OPTIONS[AUDIOMENU_SRS_OPTION_COUNT] =
|
||||
{
|
||||
{ 0 , LOCALE_AUDIO_SRS_ALGO_LIGHT },
|
||||
{ 1 , LOCALE_AUDIO_SRS_ALGO_NORMAL }
|
||||
{ 1 , LOCALE_AUDIO_SRS_ALGO_NORMAL },
|
||||
#ifdef BOXMODEL_APOLLO
|
||||
{ 2 , LOCALE_AUDIO_SRS_ALGO_HEAVY }
|
||||
#endif
|
||||
};
|
||||
|
||||
#define AUDIOMENU_AVSYNC_OPTION_COUNT 3
|
||||
|
Reference in New Issue
Block a user