about summary refs log tree commit diff
path: root/pkgs/tools/audio/trx/add_bctoolbox_ldlib.patch
blob: 1854a43a2493b3750d7841cedaf324ccbfeabd1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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