add Autosave continuous backups by Andras Reuss and Andrew-R
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / Makefile
index d0a8f1ad919387d3e4ad84f9ff8166574c4731c0..81d1aceefd0027e05de04267e48fe738a7a2b6a2 100644 (file)
@@ -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