mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-03 19:31:43 +02:00
v0.1
git-svn-id: svn://elaine/murooma/trunk@338 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
0a20924e66
commit
3c89671f24
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
VERSION = 0.01
|
||||
VERSION = 0.1
|
||||
CC = /usr/bin/g++
|
||||
CFLAGS = -std=gnu++0x -static-libgcc -static-libstdc++ -Wall -Wno-unused-function -O3 -D_REENTRANT -DVERSION=\"$(VERSION)\" -I..
|
||||
LDFLAGS = -lrt -lpthread -lboost_system -lboost_program_options -lasound -logg -lvorbis -lvorbisenc
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
VERSION = 0.01
|
||||
VERSION = 0.1
|
||||
CC = /usr/bin/g++
|
||||
CFLAGS = -std=gnu++0x -Wall -Wno-unused-function -O3 -D_REENTRANT -DVERSION=\"$(VERSION)\" -I..
|
||||
LDFLAGS = -lrt -lpthread -lboost_system -lboost_program_options -lvorbis -lvorbisenc -logg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue