[Swfdec] Branch 'as' - configure.ac

Benjamin Otte company at kemper.freedesktop.org
Wed Jun 27 07:52:46 PDT 2007


 configure.ac |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree c75c861c4ba8279fcff900657fc16e967ac20e9a (from 281da9b83e68a6d82c61d603b7cc3c735d3e66e9)
Author: Andreas Henriksson <andreas at fatal.se>
Date:   Wed Jun 27 16:52:48 2007 +0200

    add libswscale-dev requirement to help text

diff --git a/configure.ac b/configure.ac
index d5ca1e1..4d1b2ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -206,7 +206,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. You might need to install the libavcodec-dev package.])
+	  AC_MSG_ERROR([Couldn't find ffmpeg. You might need to install the libavcodec-dev and libswscale-dev packages.])
 	fi
 else
 	AC_MSG_WARN([*** ffmpeg support was not enabled. ***])


More information about the Swfdec mailing list