CVSROOT: /sources/gnash Module name: gnash Changes by: Bastiaan Jacques <bjacques> 07/10/18 12:45:41
Modified files: . : ChangeLog testsuite : MovieTester.cpp Log message: Conditionally include cairo header. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4629&r2=1.4630 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/MovieTester.cpp?cvsroot=gnash&r1=1.54&r2=1.55 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.4629 retrieving revision 1.4630 diff -u -b -r1.4629 -r1.4630 --- ChangeLog 18 Oct 2007 11:47:52 -0000 1.4629 +++ ChangeLog 18 Oct 2007 12:45:40 -0000 1.4630 @@ -1,3 +1,7 @@ +2007-10-18 Bastiaan Jacques <[EMAIL PROTECTED]> + + * testsuite/MovieTester.cpp: Conditionally include cairo header. + 2007-10-18 Chad Musick <[EMAIL PROTECTED]> * server/Property.cpp: New file -- Definition of properties now requires Index: testsuite/MovieTester.cpp =================================================================== RCS file: /sources/gnash/gnash/testsuite/MovieTester.cpp,v retrieving revision 1.54 retrieving revision 1.55 diff -u -b -r1.54 -r1.55 --- testsuite/MovieTester.cpp 18 Oct 2007 11:23:22 -0000 1.54 +++ testsuite/MovieTester.cpp 18 Oct 2007 12:45:41 -0000 1.55 @@ -36,7 +36,9 @@ #include "render.h" #include "render_handler.h" #include "render_handler_agg.h" +#ifdef RENDERER_CAIRO #include "render_handler_cairo.h" +#endif #include <cstdio> #include <string> _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit