Skip to content
Snippets Groups Projects
Commit e8573155 authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix YDL build (bug #2109)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3493 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 7ab67c9f
No related branches found
No related tags found
No related merge requests found
ARCH=$(PROC)
ifeq (${OSARCH},Darwin)
CFLAGS+=-Wall -Werror -fPIC -O3 -funroll-loops -fomit-frame-pointer
else
CFLAGS+=-Wall -Werror -fPIC -O3 -march=$(ARCH) -funroll-loops -fomit-frame-pointer
endif
LIB=libilbc.a
OBJS= anaFilter.o iCBSearch.o packing.o \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment