mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
fix compile
This commit is contained in:
@@ -3577,11 +3577,12 @@ void CNeutrinoApp::RealRun()
|
|||||||
{
|
{
|
||||||
if (CZapit::getInstance()->GetPipChannelID())
|
if (CZapit::getInstance()->GetPipChannelID())
|
||||||
CZapit::getInstance()->StopPip();
|
CZapit::getInstance()->StopPip();
|
||||||
|
#if !HAVE_GENERIC_HARDWARE
|
||||||
if (!avinput_pip)
|
if (!avinput_pip)
|
||||||
StartAVInputPiP();
|
StartAVInputPiP();
|
||||||
else
|
else
|
||||||
StopAVInputPiP();
|
StopAVInputPiP();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user