gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r12325: Print informations about sws


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12325: Print informations about swscale.h detector
Date: Thu, 22 Jul 2010 21:57:48 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12325
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Thu 2010-07-22 21:57:48 +0200
message:
  Print informations about swscale.h detector
modified:
  macros/ffmpeg.m4
=== modified file 'macros/ffmpeg.m4'
--- a/macros/ffmpeg.m4  2010-07-09 10:17:17 +0000
+++ b/macros/ffmpeg.m4  2010-07-22 19:57:48 +0000
@@ -274,6 +274,7 @@
   fi
   AC_MSG_RESULT($avformat_h)
 
+  AC_MSG_CHECKING([for swscale.h])
   have_ffmpeg_swscale=no
   if test -f "${ffmpeg_top_incl}/ffmpeg/swscale.h"; then
     have_ffmpeg_swscale=yes
@@ -283,6 +284,7 @@
     have_ffmpeg_swscale=yes
     AC_DEFINE(HAVE_LIBSWSCALE_SWSCALE_H, 1, [Define if swscale.h is found])
   fi
+  AC_MSG_RESULT($have_ffmpeg_swscale)
 
   if test x"$have_ffmpeg_swscale" = "xno" -a 1$ffmpeg_num_version -ge 
1"520000"; then
      AC_MSG_WARN([Cannot find swscale.h, required for ffmpeg versions >= 
52.0.0 (detected version: $ffmpeg_version)])


reply via email to

[Prev in Thread] Current Thread [Next in Thread]