summaryrefslogtreecommitdiff
path: root/aconfigure
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2016-06-24 09:28:08 +0000
committerNanang Izzuddin <nanang@teluu.com>2016-06-24 09:28:08 +0000
commit13c39fa2ab87b1e08c0780b143c974402c479f8e (patch)
tree2878813f900667d776274445786dcc37e4a92180 /aconfigure
parente15790b491b8a595bea8408ebfe5b475bca601b9 (diff)
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
Diffstat (limited to 'aconfigure')
-rwxr-xr-xaconfigure2
1 files changed, 1 insertions, 1 deletions
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