[vlc-devel] [PATCH] contrib: Set pkg-config path in ffmpeg configure
Uwe L. Korn
uwelk at xhochy.com
Mon Apr 28 14:29:02 CEST 2014
From: "Uwe L. Korn" <uwelk at xhochy.com>
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.
---
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 \
--
1.8.3.2
More information about the vlc-devel
mailing list