source:
freewrt/package/asterisk/patches/asterisk-1.2.0-Makefile-codecs-gsm.patch@
428f140
| Last change on this file since 428f140 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 897 bytes | |
-
codecs/gsm/Makefile
diff -ruN asterisk-1.2.0-old/codecs/gsm/Makefile asterisk-1.2.0-new/codecs/gsm/Makefile
old new 236 236 ifneq ($(shell uname -m),armv4l) 237 237 ifneq ($(shell uname -m),sparc64) 238 238 ifneq (${PROC},arm) 239 ifneq (${PROC},mipsel) 240 ifneq (${PROC},mips) 239 241 GSM_SOURCES+= $(SRC)/k6opt.s 240 242 endif 241 243 endif … … 246 247 endif 247 248 endif 248 249 endif 250 endif 251 endif 249 252 250 253 TOAST_SOURCES = $(SRC)/toast.c \ 251 254 $(SRC)/toast_lin.c \ … … 299 301 ifneq ($(shell uname -m), alpha) 300 302 ifneq ($(shell uname -m), sparc64) 301 303 ifneq ($(shell uname -m), armv4l) 304 ifneq (${PROC}, mipsel) 305 ifneq (${PROC}, mips) 302 306 GSM_OBJECTS+= $(SRC)/k6opt.o 303 307 endif 304 308 endif … … 308 311 endif 309 312 endif 310 313 endif 314 endif 315 endif 311 316 312 317 TOAST_OBJECTS = $(SRC)/toast.o \ 313 318 $(SRC)/toast_lin.o \
Note:
See TracBrowser
for help on using the repository browser.
