mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-06 02:55:27 +00:00
[apr] Backport APR_RING_FOREACH and APR_RING_FOREACH_SAFE macros to APR for unimrcp compatibility. [unimrcp] configure.gnu - need full path, not relative path for library paths [unimrcp] added uni_revision.h - couldn't get it to autogenerate from build [mod_unimrcp] add better logging and error checking on module load. Currently dumps core on MRCPv1 TTS attempt [mod_unimrcp] don't configure MRCPv1 session with a connection agent- causes crash
11 lines
386 B
Makefile
11 lines
386 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/platforms/libasr-client/include \
|
|
$(UNIMRCP_CLIENTAPP_INCLUDES)
|
|
|
|
bin_PROGRAMS = asrclient
|
|
|
|
asrclient_SOURCES = src/main.c
|
|
asrclient_LDADD = $(top_builddir)/platforms/libasr-client/libasrclient.la
|
|
asrclient_LDFLAGS = $(UNIMRCP_CLIENTAPP_OPTS)
|
|
|
|
include $(top_srcdir)/build/rules/uniclientapp.am
|