mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
configure: fix compile
Origin commit data
------------------
Branch: ni/coolstream
Commit: ab483964fd
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Origin message was:
------------------
- configure: fix compile
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -304,16 +304,17 @@ AC_ARG_ENABLE(cleanup,
|
||||
AC_ARG_ENABLE(pip,
|
||||
AS_HELP_STRING([--enable-pip], [enable picture in picture support @<:@default=no@:>@]),
|
||||
AC_DEFINE(ENABLE_PIP, 1, [enable picture in picture support]))
|
||||
|
||||
AC_ARG_ENABLE(dynamicdemux,
|
||||
AS_HELP_STRING([--enable-dynamicdemux], [enable dynamic demux @<:@default=no@:>@]),
|
||||
AC_DEFINE(DYNAMIC_DEMUX, 1, [enable dynamic demux]))
|
||||
AM_CONDITIONAL(ENABLE_PIP, test "$enable_pip" = "yes")
|
||||
|
||||
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(dynamicdemux,
|
||||
AS_HELP_STRING([--enable-dynamicdemux], [enable dynamic demux @<:@default=no@:>@]),
|
||||
AC_DEFINE(DYNAMIC_DEMUX, 1, [enable dynamic demux]))
|
||||
|
||||
AC_ARG_ENABLE(testing,
|
||||
AS_HELP_STRING([--enable-testing], [enable development code @<:@default=no@:>@]),
|
||||
AC_DEFINE(ENABLE_TESTING, 1, [enable development code]))
|
||||
|
Reference in New Issue
Block a user