From d495463f14f9ca766726d155d182249fdffed297 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Tue, 18 Oct 2011 11:17:23 +0000 Subject: 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 --- aconfigure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'aconfigure.ac') 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 -- cgit v1.2.3