mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
configure: fix ENABLE_QUADPIP
Origin commit data
------------------
Branch: ni/coolstream
Commit: 27f60272ea
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-21 (Thu, 21 Oct 2021)
Origin message was:
------------------
- configure: fix ENABLE_QUADPIP
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -311,12 +311,12 @@ case "$BOXMODEL" in
|
|||||||
AC_ARG_ENABLE(quadpip,
|
AC_ARG_ENABLE(quadpip,
|
||||||
AS_HELP_STRING([--enable-quadpip], [enable quad picture in picture support @<:@default=no@:>@]),
|
AS_HELP_STRING([--enable-quadpip], [enable quad picture in picture support @<:@default=no@:>@]),
|
||||||
AC_DEFINE(ENABLE_QUADPIP, 1, [enable quad picture in picture support]))
|
AC_DEFINE(ENABLE_QUADPIP, 1, [enable quad picture in picture support]))
|
||||||
AM_CONDITIONAL(ENABLE_QUADPIP, test "$enable_quadpip" = "yes")
|
|
||||||
|
|
||||||
AS_IF(test "$enable_quadpip" = "yes" -a "$enable_pip" != "yes",
|
AS_IF(test "$enable_quadpip" = "yes" -a "$enable_pip" != "yes",
|
||||||
AC_MSG_ERROR([--enable-quadpip depends on --enable-pip]))
|
AC_MSG_ERROR([--enable-quadpip depends on --enable-pip]))
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
AM_CONDITIONAL(ENABLE_QUADPIP, test "$enable_quadpip" = "yes")
|
||||||
|
|
||||||
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