From e4df17f611c782b63c4d5c072919764a3e4dc555 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 21 Oct 2008 08:46:51 +0200 Subject: ffmpeg: link with libavutil Since ffmpeg svn r13528, you have to link with libavutil manually. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3395b6dcf..8fdec792f 100644 --- a/configure.ac +++ b/configure.ac @@ -684,7 +684,7 @@ fi AM_CONDITIONAL(HAVE_MIKMOD, test x$enable_mod = xyes) if test x$enable_ffmpeg = xyes; then - PKG_CHECK_MODULES(FFMPEG, [libavcodec libavformat], + PKG_CHECK_MODULES(FFMPEG, [libavformat libavcodec libavutil], AC_DEFINE(HAVE_FFMPEG, 1, [Define for FFMPEG support]), enable_ffmpeg=no) fi -- cgit v1.2.3