]> git.sesse.net Git - vlc/commitdiff
Yet more hint about PKG_CONFIG_PATH
authorChristophe Mutricy <xtophe@videolan.org>
Wed, 6 Aug 2008 22:02:50 +0000 (23:02 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Wed, 6 Aug 2008 23:53:49 +0000 (00:53 +0100)
configure.ac

index 69532b00cd8f1d4b8a522c97c261628618652790..718f0e5394584e0805a46f1c4641505b9e5bf588 100644 (file)
@@ -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"