fixes and changes to Makefile for more generality
[goodguy/cinelerra.git] / cinelerra-5.1 / mplexlo / Makefile
index c1a8aae8a4c1022f840241c440b2eb3e1759fb40..66126523e487de38e326024b38f14e1f1e5b70f8 100644 (file)
@@ -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 += jpt.a
+endif
+
 OUTPUT := $(OBJDIR)/mplexlo
 
 $(OUTPUT) all: $(OBJS)