Added wx200d, thanks Geoffrey Kruse, corrected typo in tmsnc/Config.in
[openwrt.git] / package / asterisk / patches / asterisk-1.2.0-Makefile-codecs-gsm.patch
1 diff -ruN asterisk-1.2.0-old/codecs/gsm/Makefile asterisk-1.2.0-new/codecs/gsm/Makefile
2 --- asterisk-1.2.0-old/codecs/gsm/Makefile 2005-11-08 04:31:45.000000000 +0100
3 +++ asterisk-1.2.0-new/codecs/gsm/Makefile 2005-12-04 13:31:50.000000000 +0100
4 @@ -236,6 +236,7 @@
5 ifneq ($(shell uname -m),armv4l)
6 ifneq ($(shell uname -m),sparc64)
7 ifneq (${PROC},arm)
8 +ifneq (${PROC},mipsel)
9 GSM_SOURCES+= $(SRC)/k6opt.s
10 endif
11 endif
12 @@ -245,6 +246,7 @@
13 endif
14 endif
15 endif
16 +endif
17
18 TOAST_SOURCES = $(SRC)/toast.c \
19 $(SRC)/toast_lin.c \
20 @@ -297,6 +299,7 @@
21 ifneq ($(shell uname -m), alpha)
22 ifneq ($(shell uname -m), sparc64)
23 ifneq ($(shell uname -m), armv4l)
24 +ifneq (${PROC}, mipsel)
25 GSM_OBJECTS+= $(SRC)/k6opt.o
26 endif
27 endif
28 @@ -305,6 +308,7 @@
29 endif
30 endif
31 endif
32 +endif
33
34 TOAST_OBJECTS = $(SRC)/toast.o \
35 $(SRC)/toast_lin.o \
This page took 0.037275 seconds and 5 git commands to generate.