X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2FMakefile;h=645b273c4914d735b59a468c9808140a0d01eff1;hb=9e3d90a964c0fbe97c0b58235336a47111932d5d;hp=7e69a50356b4dab42c3807de732a365155eed8a2;hpb=bb755e4be7602e9e2705fdb49a76e49dbb2c5008;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/Makefile b/cinelerra-5.1/cinelerra/Makefile index 7e69a503..645b273c 100644 --- a/cinelerra-5.1/cinelerra/Makefile +++ b/cinelerra-5.1/cinelerra/Makefile @@ -64,6 +64,7 @@ OBJS := $(OVERLAYS) \ $(OBJDIR)/audioidevice.o \ $(OBJDIR)/audioodevice.o \ $(OBJDIR)/audiooss.o \ + $(OBJDIR)/audiopulse.o \ $(OBJDIR)/audiov4l2mpeg.o \ $(OBJDIR)/autoconf.o \ $(OBJDIR)/automation.o \ @@ -461,6 +462,9 @@ endif ifneq ($(WANT_ALSA),no) LIBS += -lasound endif +ifneq ($(WANT_PULSE),no) +LIBS += -lpulse-simple -lpulse +endif ifneq ($(WANT_OPENEXR),no) LIBS += -lIex -lIexMath -lIlmImf -lIlmImfUtil endif