mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
- configure: rename ENABLE_HBBTV => ENABLE_AIT
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
10
configure.ac
10
configure.ac
@@ -206,6 +206,16 @@ AC_ARG_ENABLE(fastscan,
|
||||
AC_DEFINE(ENABLE_FASTSCAN, 1, [enable fastscan code]))
|
||||
AM_CONDITIONAL(ENABLE_FASTSCAN, test "$enable_fastscan" = "yes")
|
||||
|
||||
AC_ARG_ENABLE(aitscan,
|
||||
AS_HELP_STRING([--enable-aitscan], [enable Application Information Table support @<:@default=yes@:>@]),
|
||||
[enable_aitscan="$enableval"],
|
||||
[enable_aitscan="yes"])
|
||||
|
||||
if test "$enable_aitscan" = "yes"; then
|
||||
AC_DEFINE(ENABLE_AIT, 1, [enable Application Information Table support])
|
||||
fi
|
||||
AM_CONDITIONAL(ENABLE_AIT, test "$enable_aitscan" = "yes")
|
||||
|
||||
AC_ARG_ENABLE(giflib,
|
||||
AS_HELP_STRING([--enable-giflib], [use giflib instead of libungif @<:@default=no@:>@]),
|
||||
AC_DEFINE(ENABLE_GIFLIB, 1, [use giflib instead of libungif]))
|
||||
|
Reference in New Issue
Block a user