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: Rob Savoye
Subject: [Gnash-commit] gnash configure.ac ChangeLog
Date: Fri, 23 Feb 2007 15:39:07 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    07/02/23 15:39:07

Modified files:
        .              : configure.ac ChangeLog 

Log message:
                * Exit if one of the values for --with-pixelformat is bogus.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.263&r2=1.264
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2446&r2=1.2447

Patches:
Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.263
retrieving revision 1.264
diff -u -b -r1.263 -r1.264
--- configure.ac        23 Feb 2007 15:10:59 -0000      1.263
+++ configure.ac        23 Feb 2007 15:39:06 -0000      1.264
@@ -15,7 +15,7 @@
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 dnl  
 
-dnl $Id: configure.ac,v 1.263 2007/02/23 15:10:59 rsavoye Exp $
+dnl $Id: configure.ac,v 1.264 2007/02/23 15:39:06 rsavoye Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, cvs)
@@ -224,6 +224,9 @@
       rgb565|RGB565)
         AC_DEFINE(PIXELFORMAT_RGB565, [1], [RGB565])
        ;;
+      *) AC_MSG_ERROR([invalid pixel format ${withval} given (accept: RGB555|RG
+B565|RGB24|BGR24|RGB32|BGRA32)])
+         ;;
       esac]
     withval=`echo ${withval} | cut -d ' ' -f 2-6`
     if test x$val = x$withval; then

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2446
retrieving revision 1.2447
diff -u -b -r1.2446 -r1.2447
--- ChangeLog   23 Feb 2007 15:10:59 -0000      1.2446
+++ ChangeLog   23 Feb 2007 15:39:06 -0000      1.2447
@@ -1,7 +1,9 @@
 2007-02-23  Rob Savoye  <address@hidden>
 
        * configure.ac: Add --with-pixelformat=option to set the AGG pixel
-       format via the command line to override the defaults if desired.
+       format via the command line to override the defaults if
+       desired. Exit if one of the values for --with-pixelformat is
+       bogus.
 
 2007-02-23 Sandro Santilli <address@hidden>
 




reply via email to

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