mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
configure: change quadpip handling
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1a101a870e
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-21 (Thu, 21 Oct 2021)
Origin message was:
------------------
- configure: change quadpip handling
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
20
configure.ac
20
configure.ac
@@ -306,17 +306,17 @@ AC_ARG_ENABLE(pip,
|
|||||||
AC_DEFINE(ENABLE_PIP, 1, [enable picture in picture support]))
|
AC_DEFINE(ENABLE_PIP, 1, [enable picture in picture support]))
|
||||||
AM_CONDITIONAL(ENABLE_PIP, test "$enable_pip" = "yes")
|
AM_CONDITIONAL(ENABLE_PIP, test "$enable_pip" = "yes")
|
||||||
|
|
||||||
if test "$BOXMODEL" = "vusolo4k" -o "$BOXMODEL" = "vuduo4k" -o "$BOXMODEL" = "vuduo4kse" -o "$BOXMODEL" = "vuultimo4k" -o "$BOXMODEL" = "vuuno4kse" -o "$BOXMODEL" = "vuuno4k"; then
|
case "$BOXMODEL" in
|
||||||
|
hd51|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]))
|
||||||
|
AM_CONDITIONAL(ENABLE_QUADPIP, test "$enable_quadpip" = "yes")
|
||||||
|
|
||||||
AC_ARG_ENABLE(quadpip,
|
AS_IF(test "$enable_quadpip" = "yes" -a "$enable_pip" != "yes",
|
||||||
AS_HELP_STRING([--enable-quadpip], [enable quad picture in picture support @<:@default=no@:>@]),
|
AC_MSG_ERROR([--enable-quadpip depends on --enable-pip]))
|
||||||
AC_DEFINE(ENABLE_QUADPIP, 1, [enable quad picture in picture support]))
|
;;
|
||||||
AM_CONDITIONAL(ENABLE_QUADPIP, test "$enable_quadpip" = "yes")
|
esac
|
||||||
|
|
||||||
AS_IF(test "$enable_pip" != "yes",
|
|
||||||
AS_IF(test "$enable_quadpip" = "yes", AC_MSG_ERROR([--enable-quadpip depends on --enable-pip])))
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
AC_ARG_ENABLE(dynamicdemux,
|
AC_ARG_ENABLE(dynamicdemux,
|
||||||
AS_HELP_STRING([--enable-dynamicdemux], [enable dynamic demux @<:@default=no@:>@]),
|
AS_HELP_STRING([--enable-dynamicdemux], [enable dynamic demux @<:@default=no@:>@]),
|
||||||
|
Reference in New Issue
Block a user