Update libccrtp to 2.0.7

Android app is now using the most recent verison of libccrtp

Refs #41441
diff --git a/jni/libccrtp/sources/src/Makefile.am b/jni/libccrtp/sources/src/Makefile.am
index 58cf4c1..1683a2d 100644
--- a/jni/libccrtp/sources/src/Makefile.am
+++ b/jni/libccrtp/sources/src/Makefile.am
@@ -16,7 +16,7 @@
 AM_CPPFLAGS= @WARN_FLAGS@ -I$(top_srcdir)/src/ccrtp
 
 # RELEASE = $(LT_VERSION) -release $(LT_RELEASE)
-RELEASE = --version-info $(LT_VERSION)
+RELEASE = -version-info $(LT_VERSION)
 
 lib_LTLIBRARIES = libccrtp.la
 
@@ -43,6 +43,7 @@
     outqueue.cpp queue.cpp control.cpp members.cpp socket.cpp duplex.cpp pool.cpp \
     CryptoContext.cpp CryptoContextCtrl.cpp $(srtp_src_g) $(srtp_src_o) $(skein_srcs)
 
-libccrtp_la_LDFLAGS = $(RELEASE) @GNULIBS@
+libccrtp_la_LDFLAGS = $(RELEASE)
+libccrtp_la_LIBADD = @GNULIBS@
 
 noinst_HEADERS = private.h