X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Flibzmpeg3%2FMakefile;fp=cinelerra-5.1%2Flibzmpeg3%2FMakefile;h=b256c73686cad8864236fcab6c5cdab6739a20f3;hb=4a028c75bea81ad0f03a8004eb076dfff718a469;hp=022f1f42e40b6a15c73ef256c46373f2a2fa98d8;hpb=83c3c4b8005ee632f93844f2a81c9bbded1b69ad;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/libzmpeg3/Makefile b/cinelerra-5.1/libzmpeg3/Makefile index 022f1f42..b256c736 100644 --- a/cinelerra-5.1/libzmpeg3/Makefile +++ b/cinelerra-5.1/libzmpeg3/Makefile @@ -1,6 +1,8 @@ export TOPDIR ?= $(CURDIR)/.. include $(TOPDIR)/global_config +ifneq ($(WANT_LIBZMPEG),no) + CC = gcc NASM = nasm USE_MMX ?= 0 @@ -127,3 +129,11 @@ $(OBJDIR)/%.o: %.C $(OBJDIR)/audio/%.o: audio/%.C $(OBJDIR)/video/%.o: video/%.C +else +#not WANT_LIBZMPEG +all: +rebuild: +utils: +clean: +install: +endif