From eca1b4912f190d28f6a5be7442a5e08dcfb78df5 Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <randrianasulu@gmail.com>
Date: Sat, 2 Apr 2022 23:55:20 +0300
Subject: [PATCH 50/71] Cinelerra/Makefile dynamic section fix for non-android,
 i hope

---
 cinelerra-5.1/cinelerra/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cinelerra-5.1/cinelerra/Makefile b/cinelerra-5.1/cinelerra/Makefile
index 9962b681..b559e4f5 100644
--- a/cinelerra-5.1/cinelerra/Makefile
+++ b/cinelerra-5.1/cinelerra/Makefile
@@ -446,10 +446,11 @@ LIBS += `pkg-config --libs libjpeg`
 LIBS += `pkg-config --libs uuid`
 LIBS += `pkg-config --libs theora`
 LIBS += `pkg-config --libs vorbis`
-LIBS += `pkg-config --libs tiff`
 LIBS += `pkg-config --libs sndfile`
 LIBS += -lgif -l:libtheora.a -l:libvorbis.a -ltiff 
+ifeq ($(shell uname -o), Android)
 LIBS += -landroid-shmem -liconv jpt.a
+endif
 LIBS += $(shared_libs)
 LIBS += $(system_libs)
 else
-- 
2.35.1

