From 13c39fa2ab87b1e08c0780b143c974402c479f8e Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Fri, 24 Jun 2016 09:28:08 +0000 Subject: Misc (re #1928): Fixed possible linking errors with Opus codec due to library dependency order issue, this only happens on some platforms, e.g: Android NDK r10e. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5355 74dad513-b988-da41-8d7b-12977e46ad98 --- aconfigure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aconfigure') diff --git a/aconfigure b/aconfigure index aad6333a..2453eb88 100755 --- a/aconfigure +++ b/aconfigure @@ -8424,7 +8424,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_opus_opus_repacketizer_get_size" >&5 $as_echo "$ac_cv_lib_opus_opus_repacketizer_get_size" >&6; } if test "x$ac_cv_lib_opus_opus_repacketizer_get_size" = xyes; then : - opus_present=1 && LIBS="$LIBS -lopus" + opus_present=1 && LIBS="-lopus $LIBS" fi if test "x$opus_h_present" = "x1" -a "x$opus_present" = "x1"; then -- cgit v1.2.3