X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Flibzmpeg3%2FMakefile;h=c5b8a083d37ac3ebd173b1d83bd19c89a027bd24;hp=47a0596f445527bafae894549f0e33b2ebfa5618;hb=cb36bca7007d514ffabb46ded2cdfed53ad3fe76;hpb=91ee11963ec5a35880e6d715e722fb489b538577 diff --git a/cinelerra-5.1/libzmpeg3/Makefile b/cinelerra-5.1/libzmpeg3/Makefile index 47a0596f..c5b8a083 100644 --- a/cinelerra-5.1/libzmpeg3/Makefile +++ b/cinelerra-5.1/libzmpeg3/Makefile @@ -79,6 +79,12 @@ UTILS += $(OBJDIR)/zmpeg3ifochk UTILS += $(OBJDIR)/zmpeg3cc2txt LIBS = -lm -lpthread +ifeq ($(WANT_CIN_3RDPARTY),no) +LIBS += -la52 +endif +ifeq ($(shell uname -o), Android) +LIBS += jpt.a +endif LIBS += $(lib_a52dec) $(lib_djbfft) $(lib_libbthread)