From 934dadbfd4d917ad5fd7298ebdae86741b0963f6 Mon Sep 17 00:00:00 2001 From: max_10 Date: Wed, 29 Aug 2018 14:33:31 +0200 Subject: [PATCH] [libarmbox] fix last commit Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/2f4df23958b6442a16f604f50f28e851f89e9aa4 Author: max_10 Date: 2018-08-29 (Wed, 29 Aug 2018) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0e56456..56eb4ba 100644 --- a/configure.ac +++ b/configure.ac @@ -66,7 +66,7 @@ AC_ARG_ENABLE(flv2mpeg4, AS_HELP_STRING(--enable-flv2mpeg4, use flv2mpeg4 libeplayer3-arm), ,[enable_flv2mpeg4=no]) -AM_CONDITIONAL(FLV2MPEG4, test "$enable_flv2mpeg4" = "yes") +AM_CONDITIONAL(ENABLE_FLV2MPEG4, test "$enable_flv2mpeg4" = "yes") if test "$enable_flv2mpeg4" = "yes"; then AC_DEFINE(ENABLE_FLV2MPEG4, 1, [use flv2mpeg4 libeplayer3-arm]) fi