Commit aeea3853 authored by Uwe L. Korn's avatar Uwe L. Korn Committed by Jean-Baptiste Kempf

contrib: Set pkg-config path in ffmpeg configure

Although we know in the contrib build system the path to pkg-config,
ffmpeg does not always pick it up and dependency resolution will
fail.
Acked-by: default avatarRémi Denis-Courmont <remi@remlab.net>
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent a41a6d3d
...@@ -14,6 +14,7 @@ endif ...@@ -14,6 +14,7 @@ endif
FFMPEGCONF = \ FFMPEGCONF = \
--cc="$(CC)" \ --cc="$(CC)" \
--pkg-config="$(PKG_CONFIG)" \
--disable-doc \ --disable-doc \
--disable-encoder=vorbis \ --disable-encoder=vorbis \
--enable-libgsm \ --enable-libgsm \
......
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