rework playback speed and speed auto sampling, change conver to transcode, change...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / Makefile
index 1bd04ab6e8480d58c27d782eb155d80460996ebb..f8c0bc111a95c22a5e63df48da1d0a2c4dfd70a2 100644 (file)
@@ -98,6 +98,7 @@ OBJS := $(OVERLAYS) \
        $(OBJDIR)/commonrender.o \
        $(OBJDIR)/confirmquit.o \
        $(OBJDIR)/confirmsave.o \
+       $(OBJDIR)/convert.o \
        $(OBJDIR)/cpanel.o \
        $(OBJDIR)/cplayback.o \
        $(OBJDIR)/ctimebar.o \
@@ -592,7 +593,7 @@ shudmp:     shudmp.C
        @g++ $(CFLAGS) shudmp.C -o $@ -lusb-1.0
 
 clean:
-       rm -rf $(OBJDIR) tags
+       rm -rf $(OBJDIR)
        rm -f shuttle_keys.h
 
 tags:
@@ -607,7 +608,7 @@ $(OBJDIR)/%.o:              %.C
 
 #lv2
 ifneq ($(WANT_LV2),no)
-GTK2_INCS := `pkg-config --cflags gtk+-2.0`
+GTK2_INCS := `pkg-config --cflags gtk+-2.0` -Wno-deprecated-declarations
 GTK2_LIBS := `pkg-config --libs gtk+-2.0`
 
 $(OBJDIR)/pluginlv2ui.o:       pluginlv2ui.C