mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-07 21:31:42 +02:00
Add alsa stream to makefile
This commit is contained in:
parent
15e83dad75
commit
e3732ab749
1 changed files with 2 additions and 2 deletions
|
@ -90,8 +90,8 @@ else
|
||||||
|
|
||||||
CXX = g++
|
CXX = g++
|
||||||
CXXFLAGS += -DHAS_AVAHI -DHAS_DAEMON -pthread
|
CXXFLAGS += -DHAS_AVAHI -DHAS_DAEMON -pthread
|
||||||
LDFLAGS += -lrt -lavahi-client -lavahi-common -latomic
|
LDFLAGS += -lrt -lasound -lavahi-client -lavahi-common -latomic
|
||||||
OBJ += ../common/daemon.o publishZeroConf/publish_avahi.o
|
OBJ += ../common/daemon.o publishZeroConf/publish_avahi.o streamreader/alsa_stream.o
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue