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

avformat demux needs -lavcodec (av_free_packet)

(cherry picked from commit b35dc178d7d159a850ace7baec714c5759e40908)

Conflicts:

	configure.ac
parent 619c0229
......@@ -2778,7 +2778,7 @@ AC_ARG_ENABLE(avformat,
])
if test "${enable_avformat}" != "no"
then
PKG_CHECK_MODULES(AVFORMAT,[libavformat libavutil],
PKG_CHECK_MODULES(AVFORMAT,[libavformat libavcodec libavutil],
[
VLC_SAVE_FLAGS
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