mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +02:00
suppress deprecated warning for Mac OS
This commit is contained in:
parent
3ca1b9a6fc
commit
2a68819ba4
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ else ifeq ($(TARGET), MAC)
|
||||||
|
|
||||||
CXX = /usr/bin/g++
|
CXX = /usr/bin/g++
|
||||||
STRIP = strip
|
STRIP = strip
|
||||||
CXXFLAGS += -DHAS_TREMOR -DHAS_COREAUDIO -DFREEBSD -I/usr/local/include -Wno-unused-local-typedef
|
CXXFLAGS += -DHAS_TREMOR -DHAS_COREAUDIO -DFREEBSD -I/usr/local/include -Wno-unused-local-typedef -Wno-deprecated
|
||||||
LDFLAGS = -logg -lvorbisidec -lFLAC -L/usr/local/lib -framework AudioToolbox -framework CoreFoundation
|
LDFLAGS = -logg -lvorbisidec -lFLAC -L/usr/local/lib -framework AudioToolbox -framework CoreFoundation
|
||||||
OBJ += player/coreAudioPlayer.o
|
OBJ += player/coreAudioPlayer.o
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue