vlc | branch: master | Uwe L. Korn <[email protected]> | Mon Apr 28 13:29:02 
2014 +0100| [aeea38539a5180cdd9046981ae8caefe1f500710] | committer: 
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: RĂ©mi Denis-Courmont <[email protected]>
Signed-off-by: Jean-Baptiste Kempf <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=aeea38539a5180cdd9046981ae8caefe1f500710
---

 contrib/src/ffmpeg/rules.mak |    1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak
index 5f73239..4ce4682 100644
--- a/contrib/src/ffmpeg/rules.mak
+++ b/contrib/src/ffmpeg/rules.mak
@@ -14,6 +14,7 @@ endif
 
 FFMPEGCONF = \
        --cc="$(CC)" \
+       --pkg-config="$(PKG_CONFIG)" \
        --disable-doc \
        --disable-encoder=vorbis \
        --enable-libgsm \

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to