mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 04:31:50 +00:00
7527805847
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4653 d0543943-73ff-0310-b7d9-9358b9ac24b2
11 lines
277 B
Makefile
11 lines
277 B
Makefile
BASE=../../../..
|
|
|
|
AMR_DIR=$(BASE)/libs/amr
|
|
AMR_A=$(AMR_DIR)/libamr.a
|
|
|
|
LOCAL_INSERT_CFLAGS=if test -d $(AMR_DIR); then echo "-I$(AMR_DIR)" ; else echo "-DAMR_PASSTHROUGH" ; fi ;
|
|
LOCAL_INSERT_LDFLAGS=test ! -d $(AMR_DIR) || echo "$(AMR_A)";
|
|
|
|
|
|
include $(BASE)/build/modmake.rules
|