Oops, this was broken in 1.2, too.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@10952 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2
Tilghman Lesher 20 years ago
parent fcf8040825
commit a3ce65e5cd

@ -36,6 +36,8 @@ endif
# Remember the MAKELEVEL at the top
MAKETOPLEVEL?=$(MAKELEVEL)
PWD=$(shell pwd)
ifneq ($(findstring dont-optimize,$(MAKECMDGOALS)),dont-optimize)
######### More GSM codec optimization
######### Uncomment to enable MMXTM optimizations for x86 architecture CPU's
@ -209,7 +211,6 @@ ifeq ($(OSARCH),Linux)
MPG123TARG=linux
endif
PWD=$(shell pwd)
GREP=grep
ifeq ($(OSARCH),SunOS)

Loading…
Cancel
Save