ffmpeg: link with libavutil
Since ffmpeg svn r13528, you have to link with libavutil manually.
This commit is contained in:
parent
def97411f2
commit
e4df17f611
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user