Commit add88a3a authored by Alexis Ballier's avatar Alexis Ballier Committed by Rémi Denis-Courmont

Explicitly check for and link to libavutil

av_free and friends are used in the ffmpeg plugin, and after r13528
ffmpeg's .pc files do not tell anymore to link needlessly to its
private library requirements.
Signed-off-by: default avatarRémi Denis-Courmont <rem@videolan.org>
parent 6af45400
......@@ -3000,7 +3000,7 @@ if test "${enable_ffmpeg}" != "no"
then
dnl Trying with pkg-config
PKG_CHECK_MODULES(FFMPEG,[libavcodec, libavformat],
PKG_CHECK_MODULES(FFMPEG,[libavcodec, libavformat, libavutil],
[
VLC_SAVE_FLAGS
CPPFLAGS="${CPPFLAGS} ${FFMPEG_CFLAGS}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment