X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugin_config;h=c4d3516df50cab3da512ffa1c0e9cda75b444c35;hb=0ac6a1397cf8ee19cf75f3fe893c27e9f4fc0ea5;hp=5615a62efbd49413e26dc35f8f71e97a35927ea6;hpb=5e3715ec449272335bab3419bf21ed4cd6d4bcbf;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugin_config b/cinelerra-5.1/plugin_config index 5615a62e..c4d3516d 100644 --- a/cinelerra-5.1/plugin_config +++ b/cinelerra-5.1/plugin_config @@ -52,8 +52,8 @@ clean:: wc: cat *.C *.h | wc -$(OBJS): - $(CC) -c `cat $(OBJDIR)/c_flags` $(subst $(OBJDIR)/,, $*.C) -o $*.o +$(OBJDIR)/%.o: %.C + $(CXX) `cat $(OBJDIR)/c_flags` '-DMSGQUAL="$*"' -c $< -o $@ val-%: @echo $($(subst val-,,$@))