[vlc-devel] commit: Yet more hint about PKG_CONFIG_PATH (Christophe Mutricy )

git version control git at videolan.org
Thu Aug 7 01:52:51 CEST 2008


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Wed Aug  6 23:02:50 2008 +0100| [43f84f851e32c70350c55396a3b43bce37c8dff8] | committer: Christophe Mutricy 

Yet more hint about PKG_CONFIG_PATH

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

 configure.ac |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 69532b0..718f0e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2952,6 +2952,11 @@ dnl
 dnl  avcodec decoder/encoder plugin
 dnl
 
+if test "${with_ffmpeg_tree}"
+then
+  AC_MSG_WARN([--with-ffmpeg-tree is deprecated. Use PKG_CONFIG_PATH instead.])
+fi
+
 AC_ARG_ENABLE(avcodec,
 [  --enable-avcodec        libavcodec codec (default enabled)])
 if test "${enable_avcodec}" != "no"




More information about the vlc-devel mailing list