Update of /cvsroot/playerstage/code/stage
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21970

Modified Files:
      Tag: opengl
        configure.ac todo 
Log Message:
libstageplugin basic working for P-2.1

Index: configure.ac
===================================================================
RCS file: /cvsroot/playerstage/code/stage/configure.ac,v
retrieving revision 1.13.2.5
retrieving revision 1.13.2.6
diff -C2 -d -r1.13.2.5 -r1.13.2.6
*** configure.ac        22 Nov 2007 01:42:48 -0000      1.13.2.5
--- configure.ac        27 Nov 2007 05:36:01 -0000      1.13.2.6
***************
*** 72,77 ****
  export PKG_CONFIG_PATH=$prefix/lib/pkgconfig:$PKG_CONFIG_PATH
  
! dnl for libstageplugin, we need Player 2.0 or higher
! PKG_CHECK_MODULES( PLAYER, playercore >= 2.0.1,
   AC_DEFINE(INCLUDE_PLAYER,1,[building Player plugin])
   have_player=yes,
--- 72,77 ----
  export PKG_CONFIG_PATH=$prefix/lib/pkgconfig:$PKG_CONFIG_PATH
  
! dnl for libstageplugin, we need Player 2.1 or higher
! PKG_CHECK_MODULES( PLAYER, playercore >= 2.1.0,
   AC_DEFINE(INCLUDE_PLAYER,1,[building Player plugin])
   have_player=yes,

Index: todo
===================================================================
RCS file: /cvsroot/playerstage/code/stage/todo,v
retrieving revision 1.7.4.1
retrieving revision 1.7.4.2
diff -C2 -d -r1.7.4.1 -r1.7.4.2
*** todo        26 Nov 2007 06:28:16 -0000      1.7.4.1
--- todo        27 Nov 2007 05:36:01 -0000      1.7.4.2
***************
*** 1,4 ****
--- 1,6 ----
  -- TODO --
  
+  - libstageplugin
+  - better model lookup
   - collisons
   - 3d ray tracing


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to