[vlc-devel] commit: Some better warnings for missing libraries (Austin English )
git version control
git at videolan.org
Fri Apr 17 13:40:58 CEST 2009
vlc | branch: master | Austin English <austinenglish at gmail.com> | Fri Apr 17 14:40:10 2009 +0300| [7334fc542c745a7f8f0ace5d4b737875cdccefac] | committer: Rémi Denis-Courmont
Some better warnings for missing libraries
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7334fc542c745a7f8f0ace5d4b737875cdccefac
---
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 13dffe3..c5ab7e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3153,7 +3153,7 @@ then
VLC_ADD_CFLAGS([swscale],[$SWSCALE_CFLAGS])
VLC_RESTORE_FLAGS
],[
- AC_MSG_WARN([Could not find libswscale. Trying to enable imgresample.])
+ AC_MSG_WARN([Could not find libswscale. Trying to enable imgresample. Use --disable-swscale to ignore this error.])
enable_imgresample=yes
])
fi
@@ -3218,7 +3218,7 @@ then
VLC_ADD_CFLAGS([postproc],[$POSTPROC_CFLAGS])
VLC_RESTORE_FLAGS
],[
- AC_MSG_ERROR([Could not find libpostproc.])
+ AC_MSG_ERROR([Could not find libpostproc. Use --disable-postproc to ignore this error.])
])
fi
More information about the vlc-devel
mailing list