summaryrefslogtreecommitdiff
path: root/codecs/mp3/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-10-26 18:50:49 +0000
committerMark Spencer <markster@digium.com>2003-10-26 18:50:49 +0000
commit4ce283ff18585130bd8edafb6ce7ef3cc216cbab (patch)
tree7d179763d95152f24ed90027acafdc363c2afcef /codecs/mp3/Makefile
parentcd5bbf0f35f2c3fa954d3cdfbf79fe207fb3a29a (diff)
Make it build and run on MacOS X
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1673 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'codecs/mp3/Makefile')
-rwxr-xr-xcodecs/mp3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/codecs/mp3/Makefile b/codecs/mp3/Makefile
index f3b0c4c1a..4ee773118 100755
--- a/codecs/mp3/Makefile
+++ b/codecs/mp3/Makefile
@@ -1,7 +1,8 @@
#
# LMC section
-CFLAGS+= -I../include -Iinclude -O3 -march=$(PROC) -funroll-loops -Wall -Wno-missing-prototypes -Wno-missing-declarations -g -fPIC
+CFLAGS+= -I../include -Iinclude -O3 -funroll-loops -Wall -Wno-missing-prototypes -Wno-missing-declarations -g -fPIC
+
RANLIB=ranlib
# the XING decoder objs and dependencies: