gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash configure.ac ChangeLog


From: Martin Guy
Subject: [Gnash-commit] gnash configure.ac ChangeLog
Date: Thu, 10 May 2007 08:08:43 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Martin Guy <martinwguy> 07/05/10 08:08:43

Modified files:
        .              : configure.ac ChangeLog 

Log message:
                * configure.ac: Don't warn about ffmpeg/mad absence during 
tests;
                  they are checked and nogoed at the end.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.305&r2=1.306
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3146&r2=1.3147

Patches:
Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.305
retrieving revision 1.306
diff -u -b -r1.305 -r1.306
--- configure.ac        9 May 2007 10:25:13 -0000       1.305
+++ configure.ac        10 May 2007 08:08:43 -0000      1.306
@@ -15,7 +15,7 @@
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 dnl  
 
-dnl $Id: configure.ac,v 1.305 2007/05/09 10:25:13 strk Exp $
+dnl $Id: configure.ac,v 1.306 2007/05/10 08:08:43 martinwguy Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, cvs)
@@ -806,20 +806,20 @@
 
 if test x"$media_handler" = x"ffmpeg"; then
   GNASH_PATH_FFMPEG
-  if test x"${ac_cv_path_ffmpeg_lib}" = x; then
-    AC_MSG_WARN([ffmpeg was specified as the media decoder but its library 
could not be found])
-    # configure will abort during final checks
-  fi
+  # If the library is not found, this will be reported and nogo'd at the end.
+  # if test x"${ac_cv_path_ffmpeg_lib}" = x; then
+  #   AC_MSG_WARN([ffmpeg was specified as the media decoder but its library 
could not be found])
+  # fi
 fi
 
 if test x"$media_handler" = x"mad"; then
   dnl Will set MAD_LIBS and MAD_CFLAGS.
   dnl Handles --with-mad-incl and --with-mad-lib
   GNASH_PKG_FIND(mad, [mad.h], [mad library], mad_copyright)
-  if test x"${ac_cv_path_mad_lib}" = x ; then
-    AC_MSG_WARN([Libmad was specified as the media decoder, but it could not 
be found])
-    # configure will abort during final checks
-  fi
+  # If the library is not found, this will be reported and nogo'd at the end.
+  # if test x"${ac_cv_path_mad_lib}" = x ; then
+  #   AC_MSG_WARN([Libmad was specified as the media decoder, but it could not 
be found])
+  # fi
 fi
 
 dnl I'm kinda lazy, get rid of this later... //Markus

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3146
retrieving revision 1.3147
diff -u -b -r1.3146 -r1.3147
--- ChangeLog   9 May 2007 21:23:38 -0000       1.3146
+++ ChangeLog   10 May 2007 08:08:43 -0000      1.3147
@@ -1,3 +1,8 @@
+2007-05-10 Martin Guy <address@hidden>
+
+       * configure.ac: Don't warn about ffmpeg/mad absence during tests;
+         they are checked and nogoed at the end.
+
 2007-05-09 Sandro Santilli <address@hidden>
 
        * testsuite/misc-ming.all/: Makefile.am, displaylist_depths_test2.c:




reply via email to

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