From 2fb279139464e62f5785ace52152808fa4e5f149 Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <randrianasulu@gmail.com>
Date: Sat, 5 Nov 2022 01:41:24 +0300
Subject: [PATCH] Add --with-clang to blds/termux_dyn.bld

---
 cinelerra-5.1/blds/termux_dyn.bld | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cinelerra-5.1/blds/termux_dyn.bld b/cinelerra-5.1/blds/termux_dyn.bld
index 252d3192..ae099e62 100755
--- a/cinelerra-5.1/blds/termux_dyn.bld
+++ b/cinelerra-5.1/blds/termux_dyn.bld
@@ -6,4 +6,4 @@ export CFLAGS
     --without-dv \
     --without-firewire --without-vaapi \
     --without-vdpau --without-libdpx \
-    --without-gl
+    --without-gl --with-clang
-- 
2.38.1

