summaryrefslogtreecommitdiff
path: root/aconfigure.ac
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 /aconfigure.ac
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
Diffstat (limited to 'aconfigure.ac')
-rw-r--r--aconfigure.ac2
1 files changed, 1 insertions, 1 deletions
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"