summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2014-05-20 04:27:01 +0000
committerBenny Prijono <bennylp@teluu.com>2014-05-20 04:27:01 +0000
commit4ddc6162cef936c00bcbb61eae66bf848fa31a03 (patch)
tree1f75ef9477bc4177f7f393bf4a7ccc94c20367ba
parent14e7d7f5b4780e25c5cc924096bc862e04278ef2 (diff)
Re #1758: changing library name from libwels to libopenh264 in recent OpenH264 update
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4846 74dad513-b988-da41-8d7b-12977e46ad98
-rwxr-xr-xaconfigure2
-rw-r--r--aconfigure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/aconfigure b/aconfigure
index 113a0900..f691976f 100755
--- a/aconfigure
+++ b/aconfigure
@@ -7095,7 +7095,7 @@ $as_echo "Using OpenH264 prefix... $with_openh264" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking OpenH264 availability" >&5
$as_echo_n "checking OpenH264 availability... " >&6; }
- OPENH264_LIBS="-lwels"
+ OPENH264_LIBS="-lopenh264"
SAVED_LIBS="$LIBS"
SAVED_LDFLAGS="$LDFLAGS"
diff --git a/aconfigure.ac b/aconfigure.ac
index 1ce816f3..6c35836e 100644
--- a/aconfigure.ac
+++ b/aconfigure.ac
@@ -1132,7 +1132,7 @@ AC_ARG_ENABLE(openh264,
AC_MSG_CHECKING([OpenH264 availability])
- OPENH264_LIBS="-lwels"
+ OPENH264_LIBS="-lopenh264"
SAVED_LIBS="$LIBS"
SAVED_LDFLAGS="$LDFLAGS"