summaryrefslogtreecommitdiff
path: root/aconfigure.ac
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2011-10-18 11:17:23 +0000
committerBenny Prijono <bennylp@teluu.com>2011-10-18 11:17:23 +0000
commitd495463f14f9ca766726d155d182249fdffed297 (patch)
tree7f5ea0a1a30f8afb590bba73c027dfebdaf67484 /aconfigure.ac
parent516c0c9903e7b2e8deab8e02544aebd9ae8982b2 (diff)
Added libz in aconfigure as this is needed by newer ffmpeg (re #1390)
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3827 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'aconfigure.ac')
-rw-r--r--aconfigure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/aconfigure.ac b/aconfigure.ac
index 771fd6a0..0ce90d41 100644
--- a/aconfigure.ac
+++ b/aconfigure.ac
@@ -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