mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-15 01:13:41 +02:00
- fix compiler warning and segfault in avinput_pip handling
Conflicts: src/neutrino.cpp Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -169,9 +169,11 @@ public:
|
||||
void channelsInit(bool bOnly = false);
|
||||
int run(int argc, char **argv);
|
||||
|
||||
#ifdef ENABLE_PIP
|
||||
bool avinput_pip;
|
||||
void StartAVInputPiP();
|
||||
void StopAVInputPiP();
|
||||
#endif
|
||||
|
||||
//callback stuff only....
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
|
Reference in New Issue
Block a user