gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ./ChangeLog macros/sdl.m4


From: Rob Savoye
Subject: [Gnash-commit] gnash ./ChangeLog macros/sdl.m4
Date: Sat, 11 Feb 2006 15:18:22 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     Rob Savoye <address@hidden>     06/02/11 15:18:22

Modified files:
        .              : ChangeLog 
        macros         : sdl.m4 

Log message:
        * macros/sdl.m4: Define HAVE_SDL_MICER_H if we have SDL Mixer
        installed.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/ChangeLog.diff?tr1=1.122&tr2=1.123&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/macros/sdl.m4.diff?tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: gnash/ChangeLog
diff -u gnash/ChangeLog:1.122 gnash/ChangeLog:1.123
--- gnash/ChangeLog:1.122       Sat Feb 11 01:57:02 2006
+++ gnash/ChangeLog     Sat Feb 11 15:18:22 2006
@@ -1,7 +1,19 @@
+2006-02-11  Rob Savoye  <address@hidden>
+
+       * macros/sdl.m4: Define HAVE_SDL_MICER_H if we have SDL Mixer
+       installed.
+
 2006-02-10  Rob Savoye  <address@hidden>
 
+       * backend/render_handler_ogl.cpp (render_handler): Migrated patch
+       from GameSWF that fixed a problem that meant that bitmap fill
+       styles would not respect colour modulation (e.g. the use of Tint
+       in Flash).
+       * server/types.h: Define cxform::clamp.
+       * server/types.cpp: Implementation of cxform::clamp.
+
        * doc/C/internals.xml: Add section on adding properties to an 
-       ActionScript class.
+       ActionScript class. Add section on using as_value objects.
 
        * testsuite/actionscript.all/dejagnu.as: Implement the DejaGnu
        unit testing API for ActionScript.
@@ -84,7 +96,7 @@
        * autogen.sh: Remove hardcoded path to /usr/bin.
        * doc/C/appendix.xml: Add section to "Coding Style" about Doxygen
        style somments.
-       * doc/C/internals.xml: Metion code generatrion scripts in
+       * doc/C/internals.xml: Metion code generation scripts in
        CVS. Expand "Adding ActionScript" section  Add sectioj on
        parameter passing for callbacks. Add section on testing Gnash.
        * server/Makefile.am: Add xmlattrs and xmlnodes to the list of
Index: gnash/macros/sdl.m4
diff -u gnash/macros/sdl.m4:1.6 gnash/macros/sdl.m4:1.7
--- gnash/macros/sdl.m4:1.6     Wed Feb  1 23:58:31 2006
+++ gnash/macros/sdl.m4 Sat Feb 11 15:18:22 2006
@@ -266,6 +266,7 @@
 
   if test x"${ac_cv_path_sdl_mixer_lib}" != x ; then
     SDL_MIXER_LIBS="${ac_cv_path_sdl_mixer_lib}"
+    AC_DEFINE(HAVE_SDL_MIXER_H, [], [We have SDL Mixer support])
   fi
 
   AC_SUBST(SDL_MIXER_CFLAGS)




reply via email to

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