X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2FMakefile;h=ba5e6cc38c3694ef8a9f4b8a0ff8adc1942eb73c;hb=1f78d86b5532943b2a3ea51f409a1fe5bd961e02;hp=0167de27367ed60e1bd812c76f6d8b9cd38fdcc6;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/guicast/Makefile b/cinelerra-5.1/guicast/Makefile index 0167de27..ba5e6cc3 100644 --- a/cinelerra-5.1/guicast/Makefile +++ b/cinelerra-5.1/guicast/Makefile @@ -1,7 +1,5 @@ include ../global_config -CFLAGS += -I../quicktime - # must only define here so applications using libpng don't see any of the XFT # includes at all. They use a conflicting setjmp. ifeq ($(HAVE_XFT), y) @@ -117,7 +115,7 @@ $(shell echo $(OBJS) > $(OBJDIR)/objs) all: $(OUTPUT) $(UTILS) $(OBJDIR)/bcxfer.o: bcxfer.C xfer.C xfer.h - $(CXX) `cat $(OBJDIR)/c_flags` -c $< -o $@ + $(CXX) `cat $(OBJDIR)/c_flags` -O3 -c $< -o $@ bcxfer.C: bccmdl.py python < ./bccmdl.py > bcxfer.C