Skip to content

Commit

Permalink
Re #1758: changing library name from libwels to libopenh264 in recent…
Browse files Browse the repository at this point in the history
… OpenH264 update

git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4846 74dad513-b988-da41-8d7b-12977e46ad98
  • Loading branch information
bennylp committed May 20, 2014
1 parent b2b7f85 commit a2346e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aconfigure
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion aconfigure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a2346e0

Please sign in to comment.