From c081c29508bfec643882fef8b35f586fad872ece Mon Sep 17 00:00:00 2001 From: TangoCash Date: Sat, 16 Oct 2021 19:59:41 +0200 Subject: [PATCH] fix compile --- src/neutrino.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index c6e3d4402..97e4b8606 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -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