X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fmpeg2enc%2FMakefile;h=1d210846c164ac3dd9b024ac2247f548fd73c63f;hb=5aad2133f228b736f033d6c48e1629078b858286;hp=540920a8262d37b3cee3e0c5c87417366a52f587;hpb=48375f1b11fa903519ef677c1f118510635c0a3b;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/mpeg2enc/Makefile b/cinelerra-5.0/mpeg2enc/Makefile index 540920a8..1d210846 100644 --- a/cinelerra-5.0/mpeg2enc/Makefile +++ b/cinelerra-5.0/mpeg2enc/Makefile @@ -2,7 +2,7 @@ include ../global_config include $(THIRDPARTY)/config.mak CC = gcc -CFLAGS += -I../libzmpeg3 -I../quicktime +CFLAGS += -I../libzmpeg3 ifeq ($(OBJDIR), i686) CFLAGS += -DX86_CPU @@ -52,7 +52,6 @@ OBJ = \ $(OBJDIR)/writepic.o LIBS = \ - ../quicktime/$(OBJDIR)/libquicktime.a \ ../libzmpeg3/$(OBJDIR)/libzmpeg3.a \ $(thirdparty_libraries) $(static_libraries) \ -lasound \