gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog configure.ac [gnash_0_8_3_branch]


From: Russ Nelson
Subject: [Gnash-commit] gnash ChangeLog configure.ac [gnash_0_8_3_branch]
Date: Fri, 23 May 2008 16:55:48 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         gnash_0_8_3_branch
Changes by:     Russ Nelson <nelsonrn>  08/05/23 16:55:47

Modified files:
        .              : ChangeLog configure.ac 

Log message:
        * configure.ac: make the user's life a little easier by telling them
          explicitly what guis each renderer supports.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&only_with_tag=gnash_0_8_3_branch&r1=1.6573.2.38&r2=1.6573.2.39
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&only_with_tag=gnash_0_8_3_branch&r1=1.529.2.3&r2=1.529.2.4

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6573.2.38
retrieving revision 1.6573.2.39
diff -u -b -r1.6573.2.38 -r1.6573.2.39
--- ChangeLog   23 May 2008 14:12:14 -0000      1.6573.2.38
+++ ChangeLog   23 May 2008 16:55:45 -0000      1.6573.2.39
@@ -1,3 +1,8 @@
+2008-05-23 Russ Nelson <address@hidden>
+
+       * configure.ac: make the user's life a little easier by telling them
+         explicitly what guis each renderer supports.
+
 2008-05-23 Sandro Santilli <address@hidden>
 
        * server/asobj/NetStreamFfmpeg.cpp (seek): argument is in seconds,

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.529.2.3
retrieving revision 1.529.2.4
diff -u -b -r1.529.2.3 -r1.529.2.4
--- configure.ac        22 May 2008 21:23:56 -0000      1.529.2.3
+++ configure.ac        23 May 2008 16:55:47 -0000      1.529.2.4
@@ -612,13 +612,13 @@
 
 if test x$build_ogl = xyes; then
   if test x$build_fb = xyes; then
-    AC_MSG_ERROR([OpenGL renderer is not supported by FB gui. Use 
--enable-renderer=AGG]);
+    AC_MSG_ERROR([OpenGL renderer is not supported by FB gui. Use 
--enable-renderer=AGG or --enable-gui=kde,gtk,sdl]);
   fi
   if test x$build_fltk = xyes; then
-    AC_MSG_ERROR([OpenGL renderer is not supported by FLTK gui. Use 
--enable-renderer=AGG]);
+    AC_MSG_ERROR([OpenGL renderer is not supported by FLTK gui. Use 
--enable-renderer=AGG or --enable-gui=kde,gtk,sdl]);
   fi
   if test x$build_dump = xyes; then
-    AC_MSG_ERROR([OpenGL renderer is not supported by Dump gui. Use 
--enable-renderer=AGG]);
+    AC_MSG_ERROR([OpenGL renderer is not supported by Dump gui. Use 
--enable-renderer=AGG or --enable-gui=kde,gtk,sdl]);
   fi
    AC_DEFINE([RENDERER_OPENGL], [], [Use OpenGL renderer])
 fi
@@ -1759,19 +1759,19 @@
 dnl      CAIRO_CFLAGS="${CAIRO_CFLAGS} ${CAIRO_CFLAGS}/cairo"
 dnl   fi
   if test x$build_fb = xyes; then
-    AC_MSG_ERROR([Cairo renderer is not supported by FB gui. Use 
--enable-renderer=AGG]);
+    AC_MSG_ERROR([Cairo renderer is not supported by FB gui. Use 
--enable-renderer=AGG or --enable-gui=gtk,sdl]);
   fi
   if test x$build_sdl = xyes; then
-    AC_MSG_ERROR([Cairo renderer is not supported by SDL gui. Use 
--enable-renderer=AGG]);
+    AC_MSG_ERROR([Cairo renderer is not supported by SDL gui. Use 
--enable-renderer=AGG or --enable-gui=gtk,sdl]);
   fi
   if test x$build_fltk = xyes; then
-    AC_MSG_ERROR([Cairo renderer is not supported by FLTK gui. Use 
--enable-renderer=AGG]);
+    AC_MSG_ERROR([Cairo renderer is not supported by FLTK gui. Use 
--enable-renderer=AGG or --enable-gui=gtk,sdl]);
   fi
   if test x$build_kde = xyes; then
-    AC_MSG_ERROR([Cairo renderer is not supported by KDE gui. Use 
--enable-renderer=AGG]);
+    AC_MSG_ERROR([Cairo renderer is not supported by KDE gui. Use 
--enable-renderer=AGG or --enable-gui=gtk,sdl]);
   fi
   if test x$build_dump = xyes; then
-    AC_MSG_ERROR([Cairo renderer is not supported by Dump gui. Use 
--enable-renderer=AGG]);
+    AC_MSG_ERROR([Cairo renderer is not supported by Dump gui. Use 
--enable-renderer=AGG or --enable-gui=gtk,sdl]);
   fi
   AC_DEFINE([RENDERER_CAIRO], [], [Use cairo renderer])
 fi




reply via email to

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