]> git.sesse.net Git - vlc/commitdiff
Explicitly check for and link to libavutil
authorAlexis Ballier <aballier@gentoo.org>
Sat, 31 May 2008 09:17:56 +0000 (11:17 +0200)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 31 May 2008 09:34:10 +0000 (12:34 +0300)
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: Rémi Denis-Courmont <rem@videolan.org>
configure.ac

index 2aa53598011ac98cc24b76c8a745bb1fa8692380..e03cac827fa0d8feaa91a41dfa987a362cd635d8 100644 (file)
@@ -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}"