trx: 0.4 -> 0.5

This commit is contained in:
Jaakko Luttinen
2020-03-28 12:49:50 +02:00
parent 70e538893c
commit 86a012b960
2 changed files with 23 additions and 2 deletions
@@ -0,0 +1,15 @@
diff --git a/Makefile b/Makefile
index ffcd883..c4b4ff7 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,9 @@ CFLAGS += -MMD -Wall
LDLIBS_ASOUND ?= -lasound
LDLIBS_OPUS ?= -lopus
LDLIBS_ORTP ?= -lortp
+LDLIBS_BCTOOLBOX ?= -lbctoolbox
-LDLIBS += $(LDLIBS_ASOUND) $(LDLIBS_OPUS) $(LDLIBS_ORTP)
+LDLIBS += $(LDLIBS_ASOUND) $(LDLIBS_OPUS) $(LDLIBS_ORTP) $(LDLIBS_BCTOOLBOX)
.PHONY: all install dist clean