<div dir="ltr"><div style="font-size:small" class="gmail_default">Andrew,</div><div style="font-size:small" class="gmail_default">I do not understand what WANT_CIN_3RDPARTY is and consequently do not know whether adding patch:</div><div style="font-size:small" class="gmail_default">   0024-Add-android-only-hacked-Dynamic-makefile-libs.patch (along with 0018)</div><div style="font-size:small" class="gmail_default">for additional LIBS will affect other people who ae doing their own builds.  What I am concerned about is in bold letters below for the addition of the LIBS.   Is there an explanation that I can understand?<br></div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default">From cinelerra/Makefile:</div><div style="font-size:small" class="gmail_default">ifeq ($(WANT_CIN_3RDPARTY),no)<br>LIBS += -lavcodec -lavdevice -lavfilter -lavformat -lavutil<br>LIBS += -lswresample -lswscale<br>PLATFORM = $(shell uname -s)<br>ifneq (, $(filter $(PLATFORM), FreeBSD NetBSD))<br>LIBS += -lintl -liconv<br>LIBS += -lexecinfo<br></div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default"><b>+LIBS += `pkg-config --libs OpenEXR`<br>+LIBS += `pkg-config --libs flac`<br>+LIBS += `pkg-config --libs libjpeg`<br>+LIBS += `pkg-config --libs uuid`<br>+LIBS += `pkg-config --libs theora`<br>+LIBS += `pkg-config --libs vorbis`<br>+LIBS += `pkg-config --libs tiff`<br>+LIBS += `pkg-config --libs sndfile`<br>+LIBS += -lgif -l:libtheora.a -l:libvorbis.a -ltiff<br>+LIBS += -landroid-shmem -liconv jpt.a</b><br></div><div style="font-size:small" class="gmail_default"><br>LIBS += $(shared_libs)<br>LIBS += $(system_libs)<br></div><div><br></div><div><br></div></div>