fix bug in yuv scaling
[goodguy/history.git] / cinelerra-5.1 / cinelerra / Makefile
index 51820d706180dffd4a46edd7a95e18e3e2beee91..c5c9ee7efd18d298e7a8a5cb59b62ff5d66aef88 100644 (file)
@@ -223,8 +223,6 @@ OBJS = \
        $(OBJDIR)/pluginvclient.o \
        $(OBJDIR)/preferences.o \
        $(OBJDIR)/preferencesthread.o \
-       $(OBJDIR)/presetsgui.o \
-       $(OBJDIR)/presets.o \
        $(OBJDIR)/question.o \
        $(OBJDIR)/quit.o \
        $(OBJDIR)/recconfirmdelete.o \
@@ -409,7 +407,7 @@ $(OUTPUT): $(OBJS) $(DCRAW) $(FILEEXR) $(FILEFLAC) $(LIBRARIES)
        $(LINKER) `cat $(OBJDIR)/objs`
        $(if $(findstring -g,$(CFLAGS)),objcopy --only-keep-debug $(OUTPUT) $(OUTPUT_G))
        $(if $(findstring -ggdb,$(CFLAGS)),,strip $(OUTPUT))
-       ln -f -s $(OUTPUT) ci
+       ln -f -s ../bin/$(WANT_CIN) ci
 
 $(CUTADS):     $(CUTOBJS) $(CUTLIBS)
        @echo g++ -o $@ $(CUTOBJS)