Added libz in aconfigure as this is needed by newer ffmpeg (re #1390)

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@3827 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Benny Prijono 2011-10-18 11:17:23 +00:00
parent 565c52e6f0
commit 6a0a49a532
2 changed files with 3212 additions and 9673 deletions

12882
aconfigure

File diff suppressed because it is too large Load Diff

View File

@ -820,6 +820,9 @@ AC_ARG_ENABLE(ffmpeg,
AC_SUBST(ac_ffmpeg_cflags)
AC_SUBST(ac_ffmpeg_ldflags)
dnl # libz, needed by newer ffmpeg
AC_CHECK_LIB(z, deflate)
FFMPEG_PREFIX=""
if test "x$with_ffmpeg" != "xno" -a "x$with_ffmpeg" != "x"; then
FFMPEG_PREFIX=$with_ffmpeg