[Swfdec] configure.ac

Benjamin Otte company at kemper.freedesktop.org
Tue Mar 20 11:56:13 PDT 2007


 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

New commits:
diff-tree 3101705919f2a1272a8222ac0cce54f24b34193f (from b5d3509c3db17551aa138c21ee9c133d9d4b183e)
Author: Benjamin Otte <otte at gnome.org>
Date:   Tue Mar 20 19:56:49 2007 +0100

    Output some info on what packages might be missing

diff --git a/configure.ac b/configure.ac
index d4a48c1..e640a78 100644
--- a/configure.ac
+++ b/configure.ac
@@ -151,7 +151,7 @@ if test "$enable_mad" = "yes"; then
 	if test "x$HAVE_MAD" = xyes; then
 	  AC_DEFINE(HAVE_MAD, 1, [Define if mad is enabled])
 	else
-	  AC_MSG_ERROR([Couldn't find mad.])
+	  AC_MSG_ERROR([Couldn't find mad. You might need to install the libmad0-dev package.])
 	fi
 else
 	AC_MSG_WARN([*** mad audio support was not enabled. ***])
@@ -175,7 +175,7 @@ if test "$enable_ffmpeg" = "yes"; then
 	if test "x$HAVE_FFMPEG" = xyes; then
 	  AC_DEFINE(HAVE_FFMPEG, 1, [Define if ffmpeg is enabled])
 	else
-	  AC_MSG_ERROR([Couldn't find ffmpeg.])
+	  AC_MSG_ERROR([Couldn't find ffmpeg. You might need to install the libavcodec-dev package.])
 	fi
 else
 	AC_MSG_WARN([*** ffmpeg support was not enabled. ***])


More information about the Swfdec mailing list