Re #1758: changing library name from libwels to libopenh264 in recent OpenH264 update

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@4846 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Benny Prijono 2014-05-20 04:27:01 +00:00
parent a5e86c3eb4
commit 67671ee549
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"