mirror of
https://github.com/asterisk/asterisk.git
synced 2026-01-07 10:31:16 +00:00
Fix muted compilation in 1.4 only
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@240768 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -30,6 +30,10 @@ ALL_UTILS:=astman smsq stereorize streamplayer aelparse muted
|
||||
UTILS:=$(ALL_UTILS)
|
||||
|
||||
include $(ASTTOPDIR)/Makefile.rules
|
||||
ifneq ($(findstring darwin,$(OSARCH)),)
|
||||
_ASTCFLAGS+=-D__Darwin__
|
||||
AUDIO_LIBS=-framework CoreAudio
|
||||
endif
|
||||
|
||||
ifeq ($(OSARCH),SunOS)
|
||||
LIBS+=-lsocket -lnsl
|
||||
|
||||
Reference in New Issue
Block a user