X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fmpeg2enc%2FMakefile;h=f517e52f68093d6fa98a9b428b336c4e254cfc50;hb=3c7c8a08800c3e100388996f0e2c2eea9761ebe1;hp=bab267cfbcb85811d7f4923896e8bff0751ff513;hpb=cb36bca7007d514ffabb46ded2cdfed53ad3fe76;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/mpeg2enc/Makefile b/cinelerra-5.1/mpeg2enc/Makefile index bab267cf..f517e52f 100644 --- a/cinelerra-5.1/mpeg2enc/Makefile +++ b/cinelerra-5.1/mpeg2enc/Makefile @@ -7,7 +7,7 @@ CC = gcc CFLAGS += -I$(TOPDIR)/libzmpeg3 ifeq ($(OBJDIR), i686) -CFLAGS += -DX86_CPU +CFLAGS += -DX86_CPU -march=i686 -mcpu=i686 -fomit-frame-pointer NASMOBJ = \ $(OBJDIR)/bdist1_mmx.o \ $(OBJDIR)/bdist2_mmx.o \ @@ -60,7 +60,7 @@ ifeq ($(WANT_CIN_3RDPARTY),no) LIBS += -la52 endif ifeq ($(shell uname -o), Android) -LIBS += jpt.a +LIBS += ../libbthread-master/jpt.a endif HVEG2LIB = $(OBJDIR)/hveg2enc.a