Commit b35dc178 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

avformat demux needs -lavcodec (av_free_packet)

parent 964c7e91
...@@ -2741,7 +2741,7 @@ AC_ARG_ENABLE(avformat, ...@@ -2741,7 +2741,7 @@ AC_ARG_ENABLE(avformat,
]) ])
if test "${enable_avformat}" != "no" if test "${enable_avformat}" != "no"
then then
PKG_CHECK_MODULES(AVFORMAT,[libavformat > 52.30.0 libavutil], PKG_CHECK_MODULES(AVFORMAT,[libavformat > 52.30.0 libavcodec libavutil],
[ [
VLC_SAVE_FLAGS VLC_SAVE_FLAGS
CPPFLAGS="${CPPFLAGS} ${AVFORMAT_CFLAGS}" CPPFLAGS="${CPPFLAGS} ${AVFORMAT_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