X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fmpeg2enc%2FMakefile;h=80e0f8f939f3d38453287f81947fb8dfbcd4123a;hb=6853a2c0b04cc5ff4e87a2022c914227f925cb7f;hp=37ac9a23ecedf68b93d18aab93b6ccd29fe3c543;hpb=29cc4023b50d6f7f9ab518978d8c9e839832b900;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/mpeg2enc/Makefile b/cinelerra-5.1/mpeg2enc/Makefile index 37ac9a23..80e0f8f9 100644 --- a/cinelerra-5.1/mpeg2enc/Makefile +++ b/cinelerra-5.1/mpeg2enc/Makefile @@ -1,6 +1,8 @@ export TOPDIR ?= $(CURDIR)/.. include $(TOPDIR)/global_config +ifneq ($(WANT_LIBZMPEG),no) + CC = gcc CFLAGS += -I$(TOPDIR)/libzmpeg3 @@ -131,3 +133,11 @@ $(OBJDIR)/quantize_x86.o: quantize_x86.c val-%: @echo $($(subst val-,,$@)) +else +#not WANT_LIBZMPEG +all: +rebuild: +utils: +clean: +install: +endif