From 30be5d50ff9bce138f5d3cfc3edf16e4486c38ed Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <randrianasulu@gmail.com>
Date: Wed, 19 May 2021 14:21:05 +0300
Subject: [PATCH 17/43] configure.ac - add -liconv for termux

---
 cinelerra-5.1/configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/cinelerra-5.1/configure.ac b/cinelerra-5.1/configure.ac
index cc237893..d781d149 100644
--- a/cinelerra-5.1/configure.ac
+++ b/cinelerra-5.1/configure.ac
@@ -1042,6 +1042,9 @@ if test "x$WANT_BOOBY" != "xno"; then
   CFG_CFLAGS+=" -DBOOBY"
 fi
 
+# termux
+EXTRA_LIBS+=' -liconv'
+
 # intel lock elision bugs
 if test "x$WANT_NOELISION" != "xno"; then
   CFG_RPATH=`ls -1fd 2> /dev/null \
-- 
2.32.0

