X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fmpeg2enc%2FMakefile;h=f11824396dc020f6bf98a05846f65ad0e4ee9e89;hb=cc781196367b7841d463d7f7ebe9111ee7fa123c;hp=540920a8262d37b3cee3e0c5c87417366a52f587;hpb=48375f1b11fa903519ef677c1f118510635c0a3b;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/mpeg2enc/Makefile b/cinelerra-5.0/mpeg2enc/Makefile index 540920a8..f1182439 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 \ @@ -65,7 +64,9 @@ LIBS = \ -lbz2 \ -lm \ -ldl \ - $(EXTRA_LIBS) + +LIBS += -Wl,--start-group $(thirdparty_libraries) -Wl,--end-group +LIBS += $(EXTRA_LIBS) HVEG2LIB = $(OBJDIR)/hveg2enc.a HVEG2ENC = $(OBJDIR)/hveg2enc