summaryrefslogtreecommitdiff
path: root/aconfigure.ac
diff options
context:
space:
mode:
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