mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-03 19:31:43 +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++
|
||||
CXXFLAGS += -DHAS_AVAHI -DHAS_DAEMON -pthread
|
||||
LDFLAGS += -lrt -lavahi-client -lavahi-common -latomic
|
||||
OBJ += ../common/daemon.o publishZeroConf/publish_avahi.o
|
||||
LDFLAGS += -lrt -lasound -lavahi-client -lavahi-common -latomic
|
||||
OBJ += ../common/daemon.o publishZeroConf/publish_avahi.o streamreader/alsa_stream.o
|
||||
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue