From 65b16b407d654c1ebeb252de7a0b4a3f1d671e75 Mon Sep 17 00:00:00 2001 From: BPanther Date: Fri, 4 Nov 2022 12:16:55 +0100 Subject: [PATCH] E4HD 4K Ultra: quad pip deactivated - not supported Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/91cc7fd76d52a0097a526704a783dc73e9c710ec Author: BPanther Date: 2022-11-04 (Fri, 04 Nov 2022) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index af0919dc2..365b0e037 100644 --- a/configure.ac +++ b/configure.ac @@ -323,7 +323,7 @@ AC_ARG_ENABLE(pip, AM_CONDITIONAL(ENABLE_PIP, test "$enable_pip" = "yes") case "$BOXMODEL" in - vusolo4k|vuduo4k|vuduo4kse|vuultimo4k|vuuno4k|vuuno4kse|e4hdultra) + vusolo4k|vuduo4k|vuduo4kse|vuultimo4k|vuuno4k|vuuno4kse) AC_ARG_ENABLE(quadpip, AS_HELP_STRING([--enable-quadpip], [enable quad picture in picture support @<:@default=no@:>@]), AC_DEFINE(ENABLE_QUADPIP, 1, [enable quad picture in picture support]))