rename ENABLE_AIT => ENABLE_AITSCAN

Origin commit data
------------------
Branch: ni/coolstream
Commit: 2c5cf110f7
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-02 (Tue, 02 Jan 2024)

Origin message was:
------------------
- rename ENABLE_AIT => ENABLE_AITSCAN

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2024-01-02 00:43:08 +01:00
parent 839eb017bc
commit 9c7abd0880
7 changed files with 15 additions and 15 deletions

View File

@@ -315,9 +315,9 @@ AC_ARG_ENABLE(aitscan,
[enable_aitscan="yes"])
if test "$enable_aitscan" = "yes"; then
AC_DEFINE(ENABLE_AIT, 1, [enable Application Information Table support])
AC_DEFINE(ENABLE_AITSCAN, 1, [enable Application Information Table support])
fi
AM_CONDITIONAL(ENABLE_AIT, test "$enable_aitscan" = "yes")
AM_CONDITIONAL(ENABLE_AITSCAN, test "$enable_aitscan" = "yes")
AC_ARG_ENABLE(giflib,
AS_HELP_STRING([--enable-giflib], [use giflib instead of libungif @<:@default=no@:>@]),