mirror of
http://www.pogo.org.uk/~mark/trx.git
synced 2024-11-21 18:05:06 +01:00
Formatting
This commit is contained in:
parent
9328ca6113
commit
5cc289aa66
10
Makefile
10
Makefile
@ -1,12 +1,12 @@
|
|||||||
-include .config
|
-include .config
|
||||||
|
|
||||||
CFLAGS+=-MMD -Wall
|
CFLAGS += -MMD -Wall
|
||||||
|
|
||||||
LDLIBS_ASOUND?=-lasound
|
LDLIBS_ASOUND ?= -lasound
|
||||||
LDLIBS_OPUS?=-lopus
|
LDLIBS_OPUS ?= -lopus
|
||||||
LDLIBS_ORTP?=-lortp
|
LDLIBS_ORTP ?= -lortp
|
||||||
|
|
||||||
LDLIBS+=$(LDLIBS_ASOUND) $(LDLIBS_OPUS) $(LDLIBS_ORTP)
|
LDLIBS += $(LDLIBS_ASOUND) $(LDLIBS_OPUS) $(LDLIBS_ORTP)
|
||||||
|
|
||||||
.PHONY: all clean
|
.PHONY: all clean
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user