X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fmplexlo%2FMakefile;h=068c49817dc47c3b6191f6c55ec6af345cc886a8;hb=bb04d41e2befcce16623c40c1916222d82174130;hp=c1a8aae8a4c1022f840241c440b2eb3e1759fb40;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/mplexlo/Makefile b/cinelerra-5.1/mplexlo/Makefile index c1a8aae8..068c4981 100644 --- a/cinelerra-5.1/mplexlo/Makefile +++ b/cinelerra-5.1/mplexlo/Makefile @@ -13,6 +13,13 @@ CFLAGS += $(static_incs) LIBS := $(LIBZMPEG3)/$(OBJDIR)/libzmpeg3.a LIBS += $(libraries) +ifeq ($(WANT_CIN_3RDPARTY),no) +LIBS += -la52 +endif +ifeq ($(shell uname -o), Android) +LIBS += ../libbthread-master/jpt.a +endif + OUTPUT := $(OBJDIR)/mplexlo $(OUTPUT) all: $(OBJS)