X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2FMakefile;h=81d1aceefd0027e05de04267e48fe738a7a2b6a2;hp=d0a8f1ad919387d3e4ad84f9ff8166574c4731c0;hb=54b918a8b84f666bf32548ebd12b93908061d2a6;hpb=86c9537e0540010ff43b16feb4cd7de98409eba1 diff --git a/cinelerra-5.1/cinelerra/Makefile b/cinelerra-5.1/cinelerra/Makefile index d0a8f1ad..81d1acee 100644 --- a/cinelerra-5.1/cinelerra/Makefile +++ b/cinelerra-5.1/cinelerra/Makefile @@ -79,6 +79,7 @@ OBJS := $(OVERLAYS) \ $(OBJDIR)/bdcreate.o \ $(OBJDIR)/binfolder.o \ $(OBJDIR)/bitspopup.o \ + $(OBJDIR)/boxblur.o \ $(OBJDIR)/brender.o \ $(OBJDIR)/browsebutton.o \ $(OBJDIR)/byteorderpopup.o \ @@ -552,10 +553,9 @@ clean: rm -f shuttle_keys.h tags: - ctags -R -h default --langmap=c:+.inc . ../guicast/ ../libzmpeg3 ../plugins ../thirdparty/ffmpeg-* \ - ../thirdparty/libtheora* ../thirdparty/libvorbis* ../thirdparty/libogg* + ctags -R -h default --langmap=c:+.inc . ../guicast/ ../libzmpeg3 ../plugins ../thirdparty/ffmpeg-* -$(OBJDIR)/fileexr.o: BFLAGS:= -Wno-deprecated +$(OBJDIR)/fileexr.o: BFLAGS:= -Wno-deprecated -std=c++11 $(OBJDIR)/sha1.o: BFLAGS:= -O3 $(OVERLAYS): BFLAGS:= -Ofast -g0