mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
fix compile
Origin commit data
------------------
Commit: eba0bf2d69
Author: TangoCash <eric@loxat.de>
Date: 2021-10-16 (Sat, 16 Oct 2021)
This commit is contained in:
@@ -3627,11 +3627,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