add configure without-thirdparty, without-libzmpeg, without-commercial
[goodguy/history.git] / cinelerra-5.1 / libzmpeg3 / Makefile
index 022f1f42e40b6a15c73ef256c46373f2a2fa98d8..b256c73686cad8864236fcab6c5cdab6739a20f3 100644 (file)
@@ -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