From 9d4736a5bebaaf84bf102559fafa4c723f5e833b Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 21 Jul 2011 20:36:24 +0200 Subject: Use libosmotrau for RTP support This only implements creating, binding, connecting and free'ing RTP sockets, not yet anything regarding receiving or transmitting codec frames on them. You will need the rtp branch of libosmocore for libosmotrau --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 29d58afb..e72734cc 100644 --- a/configure.ac +++ b/configure.ac @@ -20,6 +20,7 @@ dnl Checks for typedefs, structures and compiler characteristics dnl checks for libraries PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.3.0) PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty) +PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau) PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.3.3) AC_MSG_CHECKING([whether to enable sysmocom-bts hardware support]) -- cgit v1.2.3