From 9eb856af1a0cb37179f5d5eda657e90b68b5bef4 Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <randrianasulu@gmail.com>
Date: Sat, 2 Apr 2022 16:32:21 +0300
Subject: [PATCH 48/71] Dynamic termux configure

---
 cinelerra-5.1/termux_dyn.sh | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100755 cinelerra-5.1/termux_dyn.sh

diff --git a/cinelerra-5.1/termux_dyn.sh b/cinelerra-5.1/termux_dyn.sh
new file mode 100755
index 00000000..5e5d35b8
--- /dev/null
+++ b/cinelerra-5.1/termux_dyn.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+./configure --with-single-user --without-thirdparty \
+    --without-dvb --without-video4linux2 --without-dv \
+    --without-firewire --without-libzmpeg --without-vaapi \
+    --without-vdpau --without-lv2 --without-openexr --without-ogg \
+    --without-gl
-- 
2.35.1

