mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-08 14:18:35 +02:00
- audio_select: copy full code from TangoCash
Just compile tested. Maybe some more alignments needed. Signed-off-by: Thilo Graf <dbt@novatux.de> Additional changes on cs playback_cs.h, because broken build Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -35,6 +35,11 @@
|
||||
|
||||
#include <global.h>
|
||||
#include <gui/widget/menue.h>
|
||||
#include <zapit/client/zapittypes.h>
|
||||
#include <playback.h>
|
||||
#if HAVE_SPARK_HARDWARE || HAVE_DUCKBOX_HARDWARE
|
||||
#include <audio.h>
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
|
||||
@@ -103,7 +108,10 @@ class CFontSizeNotifier : public CChangeObserver
|
||||
|
||||
class CSubtitleChangeExec : public CMenuTarget
|
||||
{
|
||||
private:
|
||||
cPlayback *playback;
|
||||
public:
|
||||
CSubtitleChangeExec(cPlayback *p = NULL) { playback = p; }
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user