mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 10:34:54 +00:00
8330336e9a
[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
9 lines
253 B
Makefile
9 lines
253 B
Makefile
AM_CPPFLAGS = $(UNIMRCP_PLUGIN_INCLUDES)
|
|
|
|
plugin_LTLIBRARIES = demorecog.la
|
|
|
|
demorecog_la_SOURCES = src/demo_recog_engine.c
|
|
demorecog_la_LDFLAGS = $(UNIMRCP_PLUGIN_OPTS)
|
|
|
|
include $(top_srcdir)/build/rules/uniplugin.am
|