From 29e4de9cd3a1005bf69dc6094a1f72facbf4ff45 Mon Sep 17 00:00:00 2001 From: TangoCash Date: Sat, 16 Oct 2021 19:59:41 +0200 Subject: [PATCH] fix compile Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/eba0bf2d69c936754799488b59b5a11027652770 Author: TangoCash Date: 2021-10-16 (Sat, 16 Oct 2021) --- src/neutrino.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 05f04eb10..2f341e41a 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -3627,11 +3627,12 @@ void CNeutrinoApp::RealRun() { if (CZapit::getInstance()->GetPipChannelID()) CZapit::getInstance()->StopPip(); - +#if !HAVE_GENERIC_HARDWARE if (!avinput_pip) StartAVInputPiP(); else StopAVInputPiP(); +#endif } } #endif