mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-22 02:47:50 +02:00
v0.2.96
This commit is contained in:
parent
239e93de43
commit
94e6511e56
3 changed files with 9 additions and 9 deletions
|
@ -1,10 +1,10 @@
|
|||
VERSION = 0.2.95
|
||||
VERSION = 0.2.96
|
||||
TARGET = snapserver
|
||||
SHELL = /bin/bash
|
||||
|
||||
CC = /usr/bin/g++
|
||||
CFLAGS = -std=c++0x -Wall -Wno-unused-function -O3 -D_REENTRANT -DVERSION=\"$(VERSION)\" -I..
|
||||
LDFLAGS = -lrt -lpthread -lboost_system -lboost_program_options -lvorbis -lvorbisenc -logg -lFLAC -lavahi-client -lavahi-common
|
||||
CFLAGS = -std=c++0x -Wall -Wno-unused-function -O3 -pthread -DVERSION=\"$(VERSION)\" -I..
|
||||
LDFLAGS = -lrt -lboost_system -lboost_program_options -lvorbis -lvorbisenc -logg -lFLAC -lavahi-client -lavahi-common
|
||||
|
||||
OBJ = snapServer.o controlServer.o encoder/encoderFactory.o encoder/flacEncoder.o encoder/pcmEncoder.o encoder/oggEncoder.o serverSession.o publishAvahi.o pipeReader.o ../common/log.o ../message/pcmChunk.o ../message/sampleFormat.o
|
||||
BIN = snapserver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue