From: RĂ©mi Denis-Courmont Date: Wed, 21 Jul 2010 17:26:10 +0000 (+0300) Subject: avformat demux needs -lavcodec (av_free_packet) X-Git-Tag: 1.2.0-pre1~5730 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b35dc178d7d159a850ace7baec714c5759e40908;p=vlc avformat demux needs -lavcodec (av_free_packet) --- diff --git a/configure.ac b/configure.ac index d69de24cfe..9a0f37fabf 100644 --- a/configure.ac +++ b/configure.ac @@ -2741,7 +2741,7 @@ AC_ARG_ENABLE(avformat, ]) if test "${enable_avformat}" != "no" then - PKG_CHECK_MODULES(AVFORMAT,[libavformat > 52.30.0 libavutil], + PKG_CHECK_MODULES(AVFORMAT,[libavformat > 52.30.0 libavcodec libavutil], [ VLC_SAVE_FLAGS CPPFLAGS="${CPPFLAGS} ${AVFORMAT_CFLAGS}"