gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash configure.ac


From: Martin Guy
Subject: [Gnash-commit] gnash configure.ac
Date: Sun, 13 May 2007 10:39:49 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Martin Guy <martinwguy> 07/05/13 10:39:49

Modified files:
        .              : configure.ac 

Log message:
        State default for pixel-depth (all)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.308&r2=1.309

Patches:
Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -b -r1.308 -r1.309
--- configure.ac        10 May 2007 12:20:42 -0000      1.308
+++ configure.ac        13 May 2007 10:39:49 -0000      1.309
@@ -15,7 +15,7 @@
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 dnl  
 
-dnl $Id: configure.ac,v 1.308 2007/05/10 12:20:42 martinwguy Exp $
+dnl $Id: configure.ac,v 1.309 2007/05/13 10:39:49 martinwguy Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, cvs)
@@ -231,7 +231,7 @@
 dnl 32 bit: RGBA32, BGRA32
 pixelformat=all
 AC_ARG_WITH(pixelformat,
-  AC_HELP_STRING([--with-pixelformat=], [Use the specified pixel format for 
AGG]),
+  AC_HELP_STRING([--with-pixelformat=], [Use the specified pixel format for 
AGG (default=all)]),
   if test -n ${withval}; then
     pixelformat="${withval}"
     withval=`echo ${withval} | tr '\054' ' ' `




reply via email to

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