From e22f1a28267dec65e6b3a9dbeac4492f31b97e27 Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <randrianasulu@gmail.com>
Date: Sat, 2 Apr 2022 23:55:20 +0300
Subject: [PATCH 49/66] 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 59643439..a06d88fd 100644
--- a/cinelerra-5.1/cinelerra/Makefile
+++ b/cinelerra-5.1/cinelerra/Makefile
@@ -447,10 +447,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

