fix compile

This commit is contained in:
TangoCash
2021-10-16 19:59:41 +02:00
committed by Thilo Graf
parent 8b9cd71a38
commit c081c29508

View File

@@ -3577,11 +3577,12 @@ void CNeutrinoApp::RealRun()
{
if (CZapit::getInstance()->GetPipChannelID())
CZapit::getInstance()->StopPip();
#if !HAVE_GENERIC_HARDWARE
if (!avinput_pip)
StartAVInputPiP();
else
StopAVInputPiP();
#endif
}
}
#endif